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

@ -3,13 +3,24 @@
@include nb-install-component() {
nb-card-body {
padding: 0 1.25rem 1.25rem 0;
display: flex;
flex-wrap: wrap;
}
.container-title {
margin-bottom: 0.25rem;
}
.size-container {
display: inline-block;
margin: 0 1rem 1rem 0;
margin: 1.25rem 0 0 1.25rem;
}
.subheader {
margin-bottom: 1rem;
margin-bottom: 0.75rem;
font-size: 0.875rem;
font-weight: nb-theme(font-weight-bold);
color: nb-theme(color-fg-heading);
}
}