mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 20:16:26 +00:00
18 lines
543 B
SCSS
18 lines
543 B
SCSS
/***
|
|
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* Electronic Signatures ---------------------------------------------------- */
|
|
|
|
// Overlay colour when the modal use to sent a signing request is loading
|
|
.modal-mask .loader {
|
|
background-color: rgba(0, 0, 0, 0.3) !important;
|
|
}
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
.custom-icon-signature {
|
|
color: var(--color-icon) !important;
|
|
}
|