Files
flights_web_raw/node_modules/primeng/resources/components/inputswitch/inputswitch.css
T

19 lines
284 B
CSS
Executable File

.p-inputswitch {
position: relative;
display: inline-block;
}
.p-inputswitch-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.p-inputswitch-slider:before {
position: absolute;
content: "";
top: 50%;
}