mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 08:54:06 +01:00
fix(buttons): improve actions group styles
This commit is contained in:
parent
931dfea84e
commit
40129f50fa
8 changed files with 51 additions and 54 deletions
|
|
@ -0,0 +1,14 @@
|
|||
@import '../../../../@theme/styles/variables';
|
||||
@import '~@akveo/nga-theme/components/card/card.component.theme';
|
||||
|
||||
@include nga-install-component() {
|
||||
.action-groups {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.action-groups-header {
|
||||
flex: 1;
|
||||
|
||||
@include nga-card-header();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue