mirror of
https://github.com/koel/koel
synced 2025-01-09 11:18:44 +00:00
23 lines
347 B
SCSS
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;
|
|
}
|
|
}
|