koel/resources/assets/sass/vendor/_alertify.scss
2016-12-01 17:54:28 +07:00

19 lines
308 B
SCSS

.alertify {
font-family: $fontFamily;
font-weight: $fontWeight_UltraThin;
background-color: rgba(0, 0, 0, .7);
z-index: 9999;
.dialog > div {
border-radius: 3px;
}
}
.alertify-logs {
font-family: $fontFamily;
font-weight: $fontWeight_UltraThin;
.show {
border-radius: 3px;
}
}