Files
wyczarujprezent.pl/modules/masseditproduct/views/css/new-theme-for_178.css
2024-10-28 22:14:22 +01:00

35 lines
601 B
CSS

.bootstrap .prestashop-switch {
height: auto;
margin-top: 3px;
}
.bootstrap .prestashop-switch label {
position: relative;
padding-left: 0.769em;
font-size: .813rem;
opacity: 1;
transform: none;
}
.bootstrap .prestashop-switch .slide-button {
top: 0;
width: 50%;
height: 100%;
transform: none;
border-radius: 0;
position: absolute;
}
.bootstrap .prestashop-switch .slide-button::after {
background: none;
}
.bootstrap .prestashop-switch input:checked+label {
color: #fff;
}
.bootstrap .form-horizontal .form-wrapper {
margin: 0;
}