mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
Hotfix/4.0.3 (#65)
* hotfix 4.0.3: style tweaks * hotfix 4.0.3: replace font
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "digital-clock";
|
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 {
|
.container {
|
||||||
@@ -42,7 +42,6 @@
|
|||||||
font-family: digital-clock, monospace;
|
font-family: digital-clock, monospace;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
margin-top: 175px;
|
margin-top: 175px;
|
||||||
color: $red-active;
|
color: $red-active;
|
||||||
@@ -125,7 +124,6 @@
|
|||||||
}
|
}
|
||||||
.onAir {
|
.onAir {
|
||||||
color: $red-active;
|
color: $red-active;
|
||||||
text-shadow: rgb(150,0,0) 0 0 20px;
|
|
||||||
}
|
}
|
||||||
.onAir__idle {
|
.onAir__idle {
|
||||||
color: $red-idle;
|
color: $red-idle;
|
||||||
@@ -145,10 +143,10 @@
|
|||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
.now {
|
.now {
|
||||||
color: $red-active;
|
color: $cyan-active;
|
||||||
}
|
}
|
||||||
.next {
|
.next {
|
||||||
color: $cyan-active;
|
color: $red-active;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user