ngx-admin/src/app/pages/ui-features/buttons/action-groups/action-groups.component.scss

20 lines
453 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../../@theme/styles/themes';
@import '~@nebular/theme/components/card/card.component.theme';
@include nb-install-component() {
nb-card-body {
display: flex;
align-items: center;
}
.action-groups-header {
flex: 1;
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);
}
}