Files
kimai2/assets/sass/loading-spinner.scss
2025-12-19 23:51:27 +01:00

18 lines
389 B
SCSS

/*
* This file is part of the Kimai time-tracking app.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1021;
background-color: var(--tblr-backdrop-bg);
opacity: $modal-backdrop-opacity;
}