2020-06-03 11:42:59 +00:00
|
|
|
.control-panel__button-display {
|
2020-06-01 14:33:53 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-text__engraved {
|
2020-09-06 23:16:22 +00:00
|
|
|
text-shadow: 0.15vw 0.1vw 0px #616161, 0.2vw 0.1vw 0px #aeb5b5;
|
2020-06-01 14:33:53 +00:00
|
|
|
color: transparent;
|
|
|
|
margin: 0;
|
2020-06-03 11:42:59 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
2020-09-03 16:45:25 +00:00
|
|
|
font-size: 1vw;
|
2020-06-01 14:33:53 +00:00
|
|
|
}
|
|
|
|
|
2020-06-03 12:42:17 +00:00
|
|
|
.button-text__engraved__light {
|
|
|
|
@extend .button-text__engraved;
|
2020-09-06 23:16:22 +00:00
|
|
|
text-shadow: 0.1vw 0.1vw 0.1vw #b0b4a9, 0vw 0vw 0.05vw #666c57;
|
2020-06-03 12:42:17 +00:00
|
|
|
}
|
|
|
|
|
2020-06-01 14:33:53 +00:00
|
|
|
.button-text__embossed {
|
|
|
|
color: #bfbfbf;
|
2020-09-06 23:16:22 +00:00
|
|
|
text-shadow: 0.1vw 0.1vw 0.1vw #565656;
|
2020-06-01 14:33:53 +00:00
|
|
|
margin: 0;
|
2020-06-03 11:42:59 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
2020-09-03 16:45:25 +00:00
|
|
|
font-size: 1vw;
|
2020-06-01 14:33:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button__depressed {
|
|
|
|
width: fit-content;
|
2020-09-03 16:45:25 +00:00
|
|
|
box-shadow: inset 0 0 1vw #4c4c4c;
|
2020-09-06 23:16:22 +00:00
|
|
|
padding: 0.25vw 0.75vw;
|
2020-06-11 11:02:57 +00:00
|
|
|
cursor: default;
|
2020-06-03 11:42:59 +00:00
|
|
|
}
|
|
|
|
|
2020-06-11 11:02:57 +00:00
|
|
|
.buttons {
|
|
|
|
cursor: pointer;
|
2020-06-03 13:27:48 +00:00
|
|
|
}
|
|
|
|
|
2020-06-04 11:46:44 +00:00
|
|
|
#stop-button {
|
|
|
|
font-size: 11.55px;
|
|
|
|
}
|
|
|
|
|
2020-06-13 10:43:37 +00:00
|
|
|
#power-charge {
|
|
|
|
border-radius: 50%;
|
2020-06-14 17:27:28 +00:00
|
|
|
background-color: #f6e100;
|
2020-06-13 10:43:37 +00:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#power-close {
|
|
|
|
border-radius: 50%;
|
2020-06-14 17:27:28 +00:00
|
|
|
background-color: #148e42;
|
2020-06-13 10:43:37 +00:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
2020-06-14 18:06:10 +00:00
|
|
|
#power-open {
|
|
|
|
border-radius: 50%;
|
2020-09-06 23:16:22 +00:00
|
|
|
background-color: #bb0005;
|
2020-06-14 18:06:10 +00:00
|
|
|
width: 50px;
|
2020-09-06 23:16:22 +00:00
|
|
|
height: 50px;
|
2020-06-14 18:06:10 +00:00
|
|
|
}
|
|
|
|
|
2020-06-13 10:43:37 +00:00
|
|
|
.power-button__text {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2020-06-14 17:27:28 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css?family=Roboto");
|
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #212121;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch-container {
|
|
|
|
align-content: center;
|
2020-09-06 23:16:22 +00:00
|
|
|
padding: 2.5vw;
|
2020-06-16 13:04:13 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-09-06 23:16:22 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch-container p {
|
|
|
|
color: white;
|
|
|
|
background: #ed1a3b;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 0.5vw;
|
|
|
|
border-radius: 20%;
|
|
|
|
font-size: 1vw;
|
2020-06-14 17:27:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch {
|
|
|
|
width: 10px;
|
|
|
|
position: relative;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.toggle-switch input {
|
2020-06-14 00:15:53 +00:00
|
|
|
position: absolute;
|
2020-06-14 17:27:28 +00:00
|
|
|
top: 0;
|
|
|
|
z-index: 2;
|
2020-06-14 00:15:53 +00:00
|
|
|
opacity: 0;
|
2020-06-14 17:27:28 +00:00
|
|
|
cursor: pointer;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.toggle-switch input:checked {
|
|
|
|
z-index: 1;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.toggle-switch input:checked + label {
|
|
|
|
opacity: 1;
|
|
|
|
cursor: default;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.toggle-switch input:not(:checked) + label:hover {
|
|
|
|
opacity: 0.5;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.toggle-switch label {
|
|
|
|
color: #fff;
|
|
|
|
opacity: 0.33;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: opacity 0.3s ease-in-out;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.toggle-switch .toggle-outside {
|
|
|
|
height: 100%;
|
2020-06-15 10:12:03 +00:00
|
|
|
border-radius: 5px;
|
2020-06-14 17:27:28 +00:00
|
|
|
padding: 11px;
|
|
|
|
overflow: hidden;
|
|
|
|
transition: opacity 0.3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch .toggle-inside {
|
|
|
|
background: #424242;
|
|
|
|
position: absolute;
|
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-vertical {
|
|
|
|
background-color: #00f;
|
|
|
|
width: 0px;
|
|
|
|
height: 60px;
|
|
|
|
margin-left: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-vertical input {
|
|
|
|
height: 100%;
|
|
|
|
width: 60px;
|
|
|
|
right: 0;
|
|
|
|
margin: 0;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.switch-vertical label {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 30px;
|
|
|
|
display: block;
|
|
|
|
width: 80px;
|
|
|
|
height: 50%;
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 12px;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.switch-vertical .toggle-outside {
|
|
|
|
background: rgba(255, 255, 255, 0.5);
|
|
|
|
position: absolute;
|
|
|
|
width: 23px;
|
|
|
|
height: 100%;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
2020-06-14 17:27:28 +00:00
|
|
|
|
|
|
|
.switch-vertical .toggle-inside {
|
2020-06-15 10:12:03 +00:00
|
|
|
height: 8px;
|
2020-06-14 17:27:28 +00:00
|
|
|
left: 3px;
|
|
|
|
top: 3px;
|
|
|
|
width: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch-vertical input:checked ~ .toggle-outside .toggle-inside {
|
|
|
|
top: 3px;
|
2020-06-14 00:15:53 +00:00
|
|
|
}
|
|
|
|
|
2020-06-14 17:27:28 +00:00
|
|
|
.switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
|
|
|
|
top: 40px;
|
|
|
|
}
|
2020-09-02 14:21:13 +00:00
|
|
|
|
|
|
|
#rewind-button {
|
|
|
|
-webkit-transform: scaleX(-1);
|
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
2020-09-03 16:45:25 +00:00
|
|
|
|
|
|
|
.control-panel__button-display .inner-edge__light-buttons {
|
2020-09-06 23:16:22 +00:00
|
|
|
padding: 0.25vw 0.75vw;
|
|
|
|
}
|