mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
19 lines
453 B
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);
|
|
}
|
|
}
|