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