datasurvey/src/main/webapp/content/scss/paper-dashboard/_datasurvey-switch.scss

31 lines
466 B
SCSS

.ds-switch {
display: flex;
align-items: center;
justify-content: space-between;
& input {
display: flex;
align-items: center;
}
& label {
display: flex;
align-items: center;
font-size: 0.8rem;
color: #757d94;
margin: 0;
&::before {
top: 2px !important;
display: flex;
align-items: center;
}
&::after {
top: 3.5px !important;
display: flex;
align-items: center;
}
}
}