12 lines
130 B
SCSS
Vendored
12 lines
130 B
SCSS
Vendored
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.margin-top {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.margin-bottom {
|
|
margin-bottom: 20px;
|
|
}
|