fix(buttons): improve actions group styles

This commit is contained in:
Alexander Zhukov 2017-07-24 12:47:40 +03:00
parent 931dfea84e
commit 40129f50fa
8 changed files with 51 additions and 54 deletions

View file

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