mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-03 12:57:46 +00:00
67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
h3 {
|
|
color: #6d6d6d;
|
|
}
|
|
|
|
.atem-input {
|
|
width: 50px;
|
|
height: 50px;
|
|
background: white;
|
|
border: 4px solid;
|
|
border-color: #8c8c8c;
|
|
border-radius: 3px;
|
|
margin: 6px;
|
|
}
|
|
|
|
.source-wrapper {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
background-color: #1f1f1f;
|
|
border: 1px solid;
|
|
border-color: #1a1a1a;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.atem-red {
|
|
background: rgb(255, 130, 131);
|
|
background: radial-gradient(circle, rgba(255, 130, 131, 1) 0%, rgba(255, 41, 40, 1) 100%);
|
|
}
|
|
|
|
.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;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.tbar-progress {
|
|
width: 100%;
|
|
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);
|
|
}
|