kgroad-frontend2/src/Widgets/MapSection/Switch/Switch.scss

22 lines
328 B
SCSS

.switch-active,
.switch-passive {
padding: 2px;
width: 40px;
height: 20px;
display: flex;
align-items: center;
justify-content: flex-end;
border-radius: 33px;
span {
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #fff;
}
}
.switch-passive {
justify-content: flex-start;
}