webextensions/src/styles/modules/_utilities.scss
2018-04-08 22:33:36 +02:00

7 lines
81 B
SCSS

.text-muted {
color: $text-secondary;
}
.text-center {
text-align: center;
}