Add action-group element
This commit is contained in:
parent
0dd90f7cc7
commit
900544bffd
@ -12,6 +12,7 @@
|
||||
@import 'elements/tables';
|
||||
@import 'elements/icons';
|
||||
@import 'elements/sidenav';
|
||||
@import 'elements/action_group';
|
||||
|
||||
@import 'components/layout';
|
||||
@import 'components/topbar';
|
||||
|
14
scss/elements/_action_group.scss
Normal file
14
scss/elements/_action_group.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.action-group {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
margin-top: $gap * 4;
|
||||
|
||||
.action-group__action {
|
||||
margin: 0 0 0 ($gap * 2);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: $gap * 3;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user