mirror of
https://github.com/koel/koel
synced 2024-12-11 21:22:28 +00:00
20 lines
334 B
SCSS
20 lines
334 B
SCSS
.alertify {
|
|
font-family: $fontFamily;
|
|
font-weight: $fontWeight_UltraThin;
|
|
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: $fontFamily;
|
|
font-weight: $fontWeight_UltraThin;
|
|
|
|
.show {
|
|
border-radius: 3px;
|
|
}
|
|
}
|