mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 17:03:53 +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-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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user