Files
cachet-docker/resources/assets/sass/_helpers.scss
2016-07-12 16:28:28 +08:00

12 lines
130 B
SCSS
Vendored

.uppercase {
text-transform: uppercase;
}
.margin-top {
margin-top: 20px;
}
.margin-bottom {
margin-bottom: 20px;
}