Files
kimai2/assets/sass/sweetalert.scss
2020-03-06 03:21:39 +01:00

13 lines
237 B
SCSS

.swal2-popup {
font-size: unset;
}
.swal2-container {
top: 95px !important;
// never block the top two bars double-bars display (smaller displays)
@media only screen and (max-width: 768px) {
width: 80%;
}
}