mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
723780d184
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
26 lines
540 B
CSS
26 lines
540 B
CSS
/**
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
.challenge-form {
|
|
margin: 16px auto 1px !important;
|
|
}
|
|
|
|
.challenge {
|
|
margin-top: 0 !important;
|
|
margin-inline-start: 0 !important;
|
|
box-sizing: border-box !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.confirm-inline {
|
|
position: absolute;
|
|
inset-inline-end: 0;
|
|
top: 0;
|
|
margin: 0 !important;
|
|
padding-inline-end: 25px !important;
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
opacity: .5;
|
|
}
|