0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 17:13:31 +01:00
wagtail/client/scss/overrides/_utilities.text.scss
2019-04-11 11:08:47 +02:00

12 lines
153 B
SCSS

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