populate next transition and transition style

This commit is contained in:
Joel Wetzell
2023-02-08 12:27:38 -06:00
parent 1ef470e115
commit f605125f74
2 changed files with 107 additions and 15 deletions
+12 -3
View File
@@ -19,6 +19,12 @@ h3 {
border: 1px solid;
border-color: #1a1a1a;
border-radius: 5px;
width: fit-content;
}
.empty {
border-color: transparent;
background-color: transparent;
}
.atem-red {
@@ -67,18 +73,21 @@ h3 {
}
.dsk-rate,
.ftb-rate {
.ftb-rate,
.transition-rate {
display: flex;
justify-content: center;
flex-direction: column;
}
.ftb-rate {
.ftb-rate,
.transition-rate {
width: 50px;
}
.dsk-rate-label,
.ftb-rate-label {
.ftb-rate-label,
.transition-rate-label {
color: rgb(235, 110, 0);
background-color: black;
border-radius: 3px;