Hotfix/4.0.3 (#65)

* hotfix 4.0.3: style tweaks
* hotfix 4.0.3: replace font
This commit is contained in:
Carlos Valente
2021-12-14 23:19:38 +01:00
committed by GitHub
parent 52f02f153c
commit 0736ce93c6
2 changed files with 3 additions and 5 deletions
Binary file not shown.
@@ -1,6 +1,6 @@
@font-face {
font-family: "digital-clock";
src: local('digital-7'), url('./../../../assets/fonts/digital-7.mono.ttf') format('truetype') ;
src: local('digital-7'), url('./../../../assets/fonts/digital-7.monoitalic.ttf') format('truetype') ;
}
.container {
@@ -42,7 +42,6 @@
font-family: digital-clock, monospace;
text-transform: uppercase;
.time {
margin-top: 175px;
color: $red-active;
@@ -125,7 +124,6 @@
}
.onAir {
color: $red-active;
text-shadow: rgb(150,0,0) 0 0 20px;
}
.onAir__idle {
color: $red-idle;
@@ -145,10 +143,10 @@
gap: 20px;
}
.now {
color: $red-active;
color: $cyan-active;
}
.next {
color: $cyan-active;
color: $red-active;
}
}
}