fix scroll area sizing and update hourly/travel backgrounds
This commit is contained in:
parent
437100c433
commit
0d7240c707
5 changed files with 6 additions and 16 deletions
|
|
@ -44,12 +44,7 @@
|
||||||
.hourly-lines {
|
.hourly-lines {
|
||||||
min-height: 338px;
|
min-height: 338px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
background: #0b0b39;
|
||||||
background: repeating-linear-gradient(0deg, c.$gradient-main-background-2 0px,
|
|
||||||
c.$gradient-main-background-1 136px,
|
|
||||||
c.$gradient-main-background-1 202px,
|
|
||||||
c.$gradient-main-background-2 338px,
|
|
||||||
);
|
|
||||||
|
|
||||||
.hourly-row {
|
.hourly-row {
|
||||||
font-family: 'Star4000 Large';
|
font-family: 'Star4000 Large';
|
||||||
|
|
@ -100,4 +95,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,12 +44,7 @@
|
||||||
.travel-lines {
|
.travel-lines {
|
||||||
min-height: 338px;
|
min-height: 338px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
background: #0b0b39;
|
||||||
background: repeating-linear-gradient(0deg, c.$gradient-main-background-2 0px,
|
|
||||||
c.$gradient-main-background-1 136px,
|
|
||||||
c.$gradient-main-background-1 202px,
|
|
||||||
c.$gradient-main-background-2 338px,
|
|
||||||
);
|
|
||||||
|
|
||||||
.travel-row {
|
.travel-row {
|
||||||
font-family: 'Star4000 Large';
|
font-family: 'Star4000 Large';
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
&.has-scroll {
|
&.has-scroll {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
height: 310px;
|
height: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.no-header {
|
&.no-header {
|
||||||
|
|
|
||||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue