lib.itmens/common/static/scss/_l10n.scss

12 lines
150 B
SCSS
Raw Permalink Normal View History

2024-06-04 16:51:51 -04:00
h1, h2, h3, h4, h5 {
2024-06-18 17:26:58 -04:00
:first-letter {
text-transform: capitalize;
}
2024-05-29 10:50:41 -04:00
}
label, legend, button {
:first-letter {
text-transform: capitalize;
}
}