File size: 179 Bytes
97420cf
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@import "../../css/units";

.button-group {
    display: inline-flex;
    flex-direction: row;
    margin: 0 0 0 $space;
}
[dir="rtl"] .button-group {
    margin: 0 $space 0 0;
}