mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-28 17:13:31 +01:00
12 lines
153 B
SCSS
12 lines
153 B
SCSS
.u-text-transform-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.u-text-weight-normal {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.u-para {
|
|
margin-bottom: 1rem;
|
|
}
|