|
@@ -668,11 +668,11 @@ button
|
|
|
left: 20px
|
|
|
background-color: #179588
|
|
|
|
|
|
-.toggle-switch:disabled ~ .toggle-label
|
|
|
+.toggle-switch:checked:disabled ~ .toggle-label
|
|
|
background-color: #d5d5d5
|
|
|
pointer-events: none
|
|
|
|
|
|
- &after
|
|
|
+ &:after
|
|
|
background-color: #bcbdbc
|
|
|
|
|
|
.toggle-switch
|
|
@@ -682,6 +682,7 @@ button
|
|
|
margin: 0 0.5em
|
|
|
display: flex
|
|
|
|
|
|
+
|
|
|
@media screen and (max-width: 800px)
|
|
|
.edit-controls,
|
|
|
.add-controls
|