mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 04:10:16 +01:00
fix(buttons): buttons responsive
This commit is contained in:
parent
b1a0024a27
commit
1c4c964e25
5 changed files with 93 additions and 11 deletions
|
|
@ -9,11 +9,15 @@
|
|||
}
|
||||
|
||||
.action-groups-header {
|
||||
flex: 1;
|
||||
flex-basis: 20%;
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
.nb-actions {
|
||||
flex-basis: 80%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue