Regional forecast screen re-vamp
This commit is contained in:
parent
fef73485dd
commit
edb955323d
2 changed files with 4 additions and 11 deletions
|
|
@ -53,25 +53,18 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
.nearby-weather-marker-inner {
|
.nearby-weather-marker-inner {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 72px;
|
min-width: 72px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
background: rgba(18, 34, 61, 0.88);
|
background: rgb(255 255 255 / 0%);
|
||||||
border: 1px solid #000;
|
|
||||||
box-shadow: 1px 1px 0 #000;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.city {
|
.city {
|
||||||
font-family: 'Star4000 Small';
|
display: none;
|
||||||
font-size: 11pt;
|
|
||||||
line-height: 1;
|
|
||||||
white-space: nowrap;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
@include u.text-shadow();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.details {
|
.details {
|
||||||
|
|
|
||||||
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
Loading…
Add table
Add a link
Reference in a new issue