koel/resources/assets/sass/vendor/_alertify.scss
2017-09-03 21:05:44 +01:00

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