source: trip-planner-front/node_modules/primeng/resources/components/inputswitch/inputswitch.css@ 76712b2

Last change on this file since 76712b2 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 307 bytes
Line 
1.p-inputswitch {
2 position: relative;
3 display: inline-block;
4 user-select: none;
5}
6
7.p-inputswitch-slider {
8 position: absolute;
9 cursor: pointer;
10 top: 0;
11 left: 0;
12 right: 0;
13 bottom: 0;
14}
15
16.p-inputswitch-slider:before {
17 position: absolute;
18 content: "";
19 top: 50%;
20}
Note: See TracBrowser for help on using the repository browser.