fix(buttons): buttons responsive

This commit is contained in:
Mikhail Hryb 2017-09-18 11:27:40 +03:00 committed by KostyaDanovsky
parent b1a0024a27
commit 1c4c964e25
5 changed files with 93 additions and 11 deletions

View file

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