Spaces:
Runtime error
Runtime error
Alfredo Villegas commited on
Commit ·
478a0e6
1
Parent(s): cf85a54
filter
Browse files- static/css/switch.css +2 -2
static/css/switch.css
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
width: 23px;
|
| 33 |
left: 4px;
|
| 34 |
bottom: 4px;
|
| 35 |
-
background: no-repeat center url(https://
|
| 36 |
-webkit-transition: .4s;
|
| 37 |
transition: .4s;
|
| 38 |
}
|
|
@@ -59,7 +59,7 @@ input:checked+.slider:before {
|
|
| 59 |
.slider.round:before {
|
| 60 |
border-radius: 50%;
|
| 61 |
box-shadow: 0 0 3px rgba(0, 0, 0, 5.5);
|
| 62 |
-
background: no-repeat center url(https://
|
| 63 |
}
|
| 64 |
|
| 65 |
.switch:has(input:disabled) {
|
|
|
|
| 32 |
width: 23px;
|
| 33 |
left: 4px;
|
| 34 |
bottom: 4px;
|
| 35 |
+
background: no-repeat center/80% url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/235px-Google_%22G%22_Logo.svg.png);
|
| 36 |
-webkit-transition: .4s;
|
| 37 |
transition: .4s;
|
| 38 |
}
|
|
|
|
| 59 |
.slider.round:before {
|
| 60 |
border-radius: 50%;
|
| 61 |
box-shadow: 0 0 3px rgba(0, 0, 0, 5.5);
|
| 62 |
+
background: no-repeat center/80% url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/235px-Google_%22G%22_Logo.svg.png);
|
| 63 |
}
|
| 64 |
|
| 65 |
.switch:has(input:disabled) {
|