BetterDiscordApp-v2/client/src/styles/partials/helpers.scss

16 lines
184 B
SCSS
Raw Normal View History

2018-03-04 00:36:17 +01:00
.bd-err {
color: $colerr;
}
.bd-p {
color: $coldimwhite;
font-size: 14px;
font-weight: 500;
margin: 10px 0;
}
.bd-hint {
@extend .bd-p;
color: #72767d;
}