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

@ -2,13 +2,18 @@
@import '~@nebular/theme/components/card/card.component.theme';
@include nb-install-component() {
.action-groups {
nb-card-body {
display: flex;
align-items: center;
}
.action-groups-header {
flex: 1;
@include nb-card-header();
color: nb-theme(card-header-fg-heading);
font-family: nb-theme(card-header-font-family);
font-size: nb-theme(card-header-font-size);
font-weight: nb-theme(card-header-font-weight);
}
}