16 lines
No EOL
340 B
SCSS
16 lines
No EOL
340 B
SCSS
.SegmentedControlWrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: $unit * 3;
|
|
}
|
|
|
|
.SegmentedControl {
|
|
background: white;
|
|
border-radius: $unit;
|
|
display: inline-flex;
|
|
position: relative;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
z-index: 1;
|
|
} |