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 {
|
||||
min-height: 338px;
|
||||
padding-top: 10px;
|
||||
|
||||
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,
|
||||
);
|
||||
background: #0b0b39;
|
||||
|
||||
.hourly-row {
|
||||
font-family: 'Star4000 Large';
|
||||
|
|
@ -100,4 +95,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,12 +44,7 @@
|
|||
.travel-lines {
|
||||
min-height: 338px;
|
||||
padding-top: 10px;
|
||||
|
||||
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,
|
||||
);
|
||||
background: #0b0b39;
|
||||
|
||||
.travel-row {
|
||||
font-family: 'Star4000 Large';
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
&.has-scroll {
|
||||
width: 640px;
|
||||
margin-top: 0;
|
||||
height: 310px;
|
||||
height: 320px;
|
||||
overflow: hidden;
|
||||
|
||||
&.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