Alfredo Villegas commited on
Commit
55acd52
1 Parent(s): 29e2598

Boton listo

Browse files
Files changed (1) hide show
  1. static/css/switch.css +3 -5
static/css/switch.css CHANGED
@@ -1,7 +1,8 @@
1
  .switch {
2
  position: relative;
3
  display: inline-block;
4
- width: 75px;
 
5
  height: 30px;
6
  }
7
 
@@ -61,8 +62,5 @@ input:checked+.slider:before {
61
 
62
  .switch:has(input:disabled) {
63
  background: #8b8b8b;
 
64
  }
65
-
66
- /* input:disabled ~ label {
67
-
68
- } */
 
1
  .switch {
2
  position: relative;
3
  display: inline-block;
4
+ min-width: 54px;
5
+ max-width: 54px;
6
  height: 30px;
7
  }
8
 
 
62
 
63
  .switch:has(input:disabled) {
64
  background: #8b8b8b;
65
+ filter: contrast(0.5);
66
  }