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

19 lines
453 B
SCSS

@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);
}
}