mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
18 lines
527 B
SCSS
18 lines
527 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-vendors-blockui--blockoverlay--background-color: $ibo-color-white-200 !default;
|
|
$ibo-vendors-blockui--blockmsg--color: $ibo-color-grey-700 !default;
|
|
|
|
.blockUI.blockOverlay{
|
|
background-color: $ibo-vendors-blockui--blockoverlay--background-color;
|
|
}
|
|
.blockUI.blockMsg{
|
|
font-size: 6em;
|
|
text-align: center;
|
|
color: $ibo-vendors-blockui--blockmsg--color;
|
|
border: none;
|
|
background-color: transparent;
|
|
} |