hensei-web/components/SegmentedControl/index.scss
2022-01-24 21:54:50 -08:00

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