mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
d8ee0d4f82
* style: revise selected style * style: revise editor styles * style: revise viewer styles * chore: update tests
27 lines
455 B
SCSS
27 lines
455 B
SCSS
.lower-third.clean {
|
|
margin: 0;
|
|
box-sizing: border-box; /* reset */
|
|
overflow: hidden;
|
|
width: 100%; /* restrict the page width to viewport */
|
|
height: 100%;
|
|
color: #fffffa;
|
|
font-size: 4vh;
|
|
|
|
.lower-container {
|
|
position: absolute;
|
|
padding: 1vh 2vh;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.message-container {
|
|
position: absolute;
|
|
bottom: 2vh;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
.message {
|
|
font-size: 3.5vh;
|
|
}
|
|
}
|
|
}
|