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;
|
||||
|
||||
.nearby-weather-marker-inner {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
min-width: 72px;
|
||||
padding: 2px 4px;
|
||||
background: rgba(18, 34, 61, 0.88);
|
||||
border: 1px solid #000;
|
||||
box-shadow: 1px 1px 0 #000;
|
||||
background: rgb(255 255 255 / 0%);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.city {
|
||||
font-family: 'Star4000 Small';
|
||||
font-size: 11pt;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 1px;
|
||||
@include u.text-shadow();
|
||||
display: none;
|
||||
}
|
||||
|
||||
.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