mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-16 11:13:23 +00:00
convert to different atem library. Add FTB and DSK
This commit is contained in:
+23
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user