apollodec/Apollo/master/sass/vendor/_sweet-alert.scss
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

22 lines
507 B
SCSS
Executable File

/* ---------------------------------------------------------------------- */
/* Sweet Alert
/* ---------------------------------------------------------------------- */
.sweet-overlay {
z-index: 9998 !important;
}
.sweet-alert {
z-index: 9999 !important;
h2 {
color: $text-dark !important;
font-family: $font-family-primary !important;
font-weight: 300 !important;
}
button {
padding: 5px 32px !important;
box-shadow: none !important;
}
}