mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
10 lines
201 B
SCSS
10 lines
201 B
SCSS
|
/*
|
||
|
* changes preoloader size etc. to fit visually better with the chip status
|
||
|
* indicator of jobs
|
||
|
*/
|
||
|
.status-spinner {
|
||
|
margin-bottom: -10px;
|
||
|
width: 30px !important;
|
||
|
height: 30px !important;
|
||
|
}
|