13 lines
237 B
SCSS
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%;
|
|
}
|
|
}
|