atem element size adjustments

This commit is contained in:
2023-02-08 17:03:02 -06:00
parent c8d1b7b76b
commit 97a03b9dbb
2 changed files with 21 additions and 12 deletions
+17 -8
View File
@@ -1,10 +1,17 @@
h3 {
color: #6d6d6d;
color: #6d6d6d !important;
margin: 0;
font-size: medium;
}
.me-label {
margin-top: 0;
margin-bottom: 2px;
}
.atem-input {
width: 50px;
height: 50px;
width: 35px;
height: 35px;
background: white;
border: 4px solid;
border-color: #8c8c8c;
@@ -46,6 +53,8 @@ h3 {
align-items: center;
justify-content: center;
height: 100%;
font-size: 11px;
font-weight: bold;
}
.transition-container {
@@ -108,6 +117,11 @@ h3 {
.fade-to-black h3 {
text-align: center;
}
.rate-heading {
text-align: center;
font-size: small;
margin-bottom: 4px;
}
.dsk-rate,
.ftb-rate,
@@ -117,11 +131,6 @@ h3 {
flex-direction: column;
}
.ftb-rate,
.transition-rate {
width: 50px;
}
.dsk-rate-label,
.ftb-rate-label,
.transition-rate-label {