mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 11:09:30 -07:00
@@ -14,6 +14,12 @@
|
||||
padding-top: 10px;
|
||||
position: absolute;
|
||||
|
||||
.wide.enhanced & {
|
||||
width: 300px;
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
@include u.text-shadow();
|
||||
|
||||
&.left {
|
||||
|
||||
@@ -84,11 +84,11 @@
|
||||
left: 425px;
|
||||
|
||||
&.heat-index {
|
||||
color: #e00;
|
||||
color: c.$heat-index;
|
||||
}
|
||||
|
||||
&.wind-chill {
|
||||
color: c.$extended-low;
|
||||
color: c.$wind-chill;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,6 +46,39 @@
|
||||
left: 430px;
|
||||
}
|
||||
|
||||
.like {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// wide and enhanced moves the columns and enables the like column
|
||||
.wide.enhanced & {
|
||||
.temp {
|
||||
left: 320px;
|
||||
}
|
||||
|
||||
.like {
|
||||
left: 380px;
|
||||
display: block;
|
||||
|
||||
&.heat-index {
|
||||
color: c.$heat-index;
|
||||
}
|
||||
|
||||
&.wind-chill {
|
||||
color: c.$wind-chill;
|
||||
}
|
||||
}
|
||||
|
||||
.weather {
|
||||
left: 470px;
|
||||
}
|
||||
|
||||
.wind {
|
||||
left: 630px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.observation-lines {
|
||||
min-height: 338px;
|
||||
padding-top: 10px;
|
||||
|
||||
@@ -13,5 +13,7 @@ $gradient-loading-3: #4f99f9;
|
||||
$gradient-loading-4: #8ffdfa;
|
||||
|
||||
$extended-low: #8080FF;
|
||||
$wind-chill: #8080FF;
|
||||
$heat-index: #e00;
|
||||
|
||||
$blue-box: #26235a;
|
||||
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
Reference in New Issue
Block a user