convert to different atem library. Add FTB and DSK

This commit is contained in:
2023-02-07 00:35:12 -06:00
parent 8d70d9d246
commit bd6757c99f
6 changed files with 417 additions and 179 deletions
+23 -2
View File
@@ -21,16 +21,21 @@ h3 {
border-radius: 5px;
}
.program-active {
.atem-red {
background: rgb(255, 130, 131);
background: radial-gradient(circle, rgba(255, 130, 131, 1) 0%, rgba(255, 41, 40, 1) 100%);
}
.preview-active {
.atem-green {
background: rgb(14, 238, 7);
background: radial-gradient(circle, rgba(14, 238, 7, 1) 0%, rgba(29, 204, 14, 1) 100%);
}
.atem-yellow {
background: rgb(255, 240, 0);
background: radial-gradient(circle, rgba(255, 240, 0, 1) 0%, rgba(250, 169, 9, 1) 100%);
}
.source-label {
display: flex;
align-items: center;
@@ -43,3 +48,19 @@ h3 {
height: 40px;
accent-color: limegreen;
}
.dsk .source-wrapper {
display: flex;
flex-direction: column;
width: fit-content;
}
.dsk-rate,
.ftb-rate {
display: flex;
justify-content: center;
}
.dsk-rate-label,
.ftb-rate-label {
color: rgb(235, 110, 0);
}