koel/resources/assets/sass/vendor/_alertify.scss
2022-04-15 16:24:30 +02:00

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;
}
}