fix(buttons): improve buttons styles for default theme

This commit is contained in:
KostyaDanovsky 2017-08-23 20:08:41 +03:00
parent fd37cd7a76
commit 7e86c985cb
13 changed files with 344 additions and 275 deletions

View file

@ -15,13 +15,11 @@
.header {
color: nb-theme(color-fg-header);
font-size: 0.875rem;
line-height: 1rem;
}
.subheader {
font-size: 0.75rem;
line-height: 1rem;
font-weight: 300;
font-weight: nb-theme(font-weight-light);
color: nb-theme(color-fg);
}