Files
Cue-View/plugins/atem/styles.css
T
2023-01-26 02:02:33 -06:00

46 lines
801 B
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;
}
.program-active {
background: rgb(255, 130, 131);
background: radial-gradient(circle, rgba(255, 130, 131, 1) 0%, rgba(255, 41, 40, 1) 100%);
}
.preview-active {
background: rgb(14, 238, 7);
background: radial-gradient(circle, rgba(14, 238, 7, 1) 0%, rgba(29, 204, 14, 1) 100%);
}
.source-label {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.tbar-progress {
width: 100%;
height: 40px;
accent-color: limegreen;
}