webextensions/src/styles/modules/_utilities.scss

7 lines
81 B
SCSS
Raw Normal View History

2018-04-08 22:33:36 +02:00
.text-muted {
color: $text-secondary;
}
.text-center {
text-align: center;
}