koel/resources/assets/sass/vendor/_sweetalert.scss
2016-08-11 10:55:54 +08:00

23 lines
347 B
SCSS

.sweet-alert {
font-family: $fontFamily;
fieldset input {
display: none !important;
}
h2 {
font-weight: $fontWeight_UltraThin;
}
p {
font-size: 1.1rem;
line-height: 1.8rem;
}
button {
box-shadow: none !important;
font-family: $fontFamily;
font-weight: $fontWeight_Thin;
font-size: 1.1rem;
}
}