UNPKG

282 BSCSSView Raw
1.locale {
2 display: flex;
3 flex-direction: row;
4 align-items: center;
5
6 font-family: $family-source-sans-pro;
7
8 .select {
9 margin-left: $space-small;
10 }
11 .icon {
12 align-items: center;
13 display: inline-flex;
14 justify-content: center;
15 padding-left: 10px;
16 }
17}