2024-05-30 14:13:41 -04:00
|
|
|
/**
|
|
|
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
*/
|
2016-08-29 13:19:44 -04:00
|
|
|
.challenge-form {
|
|
|
|
|
margin: 16px auto 1px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.challenge {
|
|
|
|
|
margin-top: 0 !important;
|
2023-12-19 13:12:52 -05:00
|
|
|
margin-inline-start: 0 !important;
|
2017-05-14 23:19:09 -04:00
|
|
|
box-sizing: border-box !important;
|
|
|
|
|
width: 100% !important;
|
2016-08-29 13:19:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.confirm-inline {
|
|
|
|
|
position: absolute;
|
2023-12-19 13:12:52 -05:00
|
|
|
inset-inline-end: 0;
|
2016-08-29 13:19:44 -04:00
|
|
|
top: 0;
|
|
|
|
|
margin: 0 !important;
|
2023-12-19 13:12:52 -05:00
|
|
|
padding-inline-end: 25px !important;
|
2016-08-29 13:19:44 -04:00
|
|
|
background-color: transparent !important;
|
|
|
|
|
border: none !important;
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|