0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00
wagtail/client/scss/overrides/_utilities.text.scss

12 lines
153 B
SCSS
Raw Normal View History

.u-text-transform-uppercase {
text-transform: uppercase;
}
.u-text-weight-normal {
font-weight: normal;
}
.u-para {
margin-bottom: 1rem;
}