koel/resources/assets/sass/vendor/_sweetalert.scss

24 lines
347 B
SCSS
Raw Normal View History

2016-08-11 02:55:54 +00:00
.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;
}
}