remove old comments

remove old comments

remove comments
This commit is contained in:
sparks-alec
2023-03-29 05:37:12 -04:00
parent c2fcdfd6c9
commit 37a3fde2e0
3 changed files with 4 additions and 85 deletions
-60
View File
@@ -20,22 +20,6 @@ h3 {
.atem-input {
width: 52px;
height: 52px;
/* border: 2px solid;
border-color: #bcbcbc;
border-radius: 3px; */
/* margin: 2px; */
/* background: rgb(250, 250, 249);
background: radial-gradient(
circle,
rgba(250, 250, 249, 1) 0%,
rgba(249, 249, 249, 1) 54%,
rgba(203, 203, 203, 1) 66%,
rgba(234, 235, 235, 1) 78%,
rgba(209, 212, 212, 1) 86%,
rgba(224, 224, 224, 1) 90%,
rgba(255, 255, 255, 1) 100%
); */
background-image: url('img/button_white.png');
}
@@ -44,74 +28,30 @@ h3 {
flex-wrap: wrap;
background-color: #1f1f1f;
border: #1a1a1a 2px solid;
/* border-color: #1a1a1a; */
border-radius: 8px;
/* width: fit-content; */
max-width: 416px;
padding: 12px;
/* justify-content: space-between;
flex-direction: row; */
}
.atem-red {
/* background: rgb(255, 104, 108);
background: radial-gradient(
circle,
rgba(255, 104, 108, 1) 0%,
rgba(235, 11, 40, 1) 55%,
rgba(255, 41, 68, 1) 69%,
rgba(249, 24, 50, 1) 75%,
rgba(232, 0, 26, 1) 79%,
rgba(255, 43, 58, 1) 100%
); */
background-image: url('img/button_red.png');
box-shadow: 0px 0px 10px 1px #ff0000;
z-index: 10000;
}
.atem-green {
/* background: rgb(78, 255, 73);
background: radial-gradient(
circle,
rgba(78, 255, 73, 1) 0%,
rgba(42, 198, 34, 1) 55%,
rgba(35, 217, 24, 1) 69%,
rgba(22, 199, 17, 1) 75%,
rgba(13, 208, 0, 1) 79%,
rgba(29, 204, 14, 1) 100%
); */
background-image: url('img/button_green.png');
box-shadow: 0px 0px 10px 1px #06c300;
z-index: 10000;
}
.atem-yellow {
/* background: rgb(249, 255, 3);
background: radial-gradient(
circle,
rgba(249, 255, 3, 1) 0%,
rgba(253, 214, 14, 1) 55%,
rgba(255, 174, 0, 1) 69%,
rgba(253, 181, 0, 1) 75%,
rgba(249, 197, 7, 1) 79%,
rgba(250, 169, 9, 1) 100%
); */
background-image: url('img/button_yellow.png');
box-shadow: 0px 0px 10px 1px #c7ca00;
z-index: 10000;
}
.atem-disabled {
/* background: rgb(249, 255, 3);
background: radial-gradient(
circle,
rgba(249, 255, 3, 1) 0%,
rgba(253, 214, 14, 1) 55%,
rgba(255, 174, 0, 1) 69%,
rgba(253, 181, 0, 1) 75%,
rgba(249, 197, 7, 1) 79%,
rgba(250, 169, 9, 1) 100%
); */
background-image: url('img/button_off.png');
color: #3a3a3a;
}