forked from Transparency/kgroad-frontend2
22 lines
328 B
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;
|
|
}
|