mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
21 lines
370 B
SCSS
21 lines
370 B
SCSS
.alertify {
|
|
font-family: var(--font-family);
|
|
font-weight: var(--font-weight-light);
|
|
background-color: rgba(0, 0, 0, .7);
|
|
z-index: 9999;
|
|
color: rgba(0,0,0,.87);
|
|
|
|
.dialog > div {
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
|
|
.alertify-logs {
|
|
font-family: var(--font-family);
|
|
font-weight: var(--font-weight-thin);
|
|
z-index: 9999;
|
|
|
|
.show {
|
|
border-radius: 3px;
|
|
}
|
|
}
|