refactor: simplify l3

This commit is contained in:
Carlos Valente
2024-04-19 16:38:01 +02:00
committed by Carlos Valente
parent b14ac07568
commit dd81b92584
15 changed files with 81 additions and 120 deletions
@@ -72,6 +72,9 @@
font-family: var(--lowerThird-font-family-override), Lato, Arial, sans-serif;
text-align: var(--lowerThird-text-align-override, left);
white-space: nowrap;
&::after {
content: '\200b';
}
}
.data-top {
@@ -86,7 +89,6 @@
}
}
@keyframes in {
0% {
transform: translateX(-100%);