atem styling updates

This commit is contained in:
2023-02-07 22:08:16 -06:00
parent be3899a8f6
commit 1ef470e115
2 changed files with 31 additions and 8 deletions
+21
View File
@@ -36,6 +36,10 @@ h3 {
background: radial-gradient(circle, rgba(255, 240, 0, 1) 0%, rgba(250, 169, 9, 1) 100%);
}
.atem-gray {
color: rgb(150, 150, 150);
}
.source-label {
display: flex;
align-items: center;
@@ -53,14 +57,31 @@ h3 {
display: flex;
flex-direction: column;
width: fit-content;
padding: 5px;
}
.fade-to-black .source-wrapper {
display: flex;
width: fit-content;
padding: 5px;
}
.dsk-rate,
.ftb-rate {
display: flex;
justify-content: center;
flex-direction: column;
}
.ftb-rate {
width: 50px;
}
.dsk-rate-label,
.ftb-rate-label {
color: rgb(235, 110, 0);
background-color: black;
border-radius: 3px;
padding: 2px;
text-align: center;
}