mirror of
https://github.com/koel/koel
synced 2025-01-10 11:48:49 +00:00
24 lines
347 B
SCSS
24 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;
|
||
|
}
|
||
|
}
|