fix(dashboard): change city for weather control

This commit is contained in:
KostyaDanovsky 2017-09-18 16:50:15 +03:00
parent e0a2505cef
commit 05386e4aa2
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<nb-card size="medium"> <nb-card size="medium">
<nb-card-body> <nb-card-body>
<div class="location"> <div class="location">
<span>Minsk</span> <span>New York</span>
</div> </div>
<div class="date"> <div class="date">
<span>Mon 29 May</span> <span>Mon 29 May</span>

View file

@ -16,8 +16,7 @@
.location { .location {
font-family: nb-theme(font-secondary); font-family: nb-theme(font-secondary);
font-size: 3rem; font-size: 2.5rem;
line-height: 3rem;
font-weight: nb-theme(font-weight-normal); font-weight: nb-theme(font-weight-normal);
color: nb-theme(color-fg-heading); color: nb-theme(color-fg-heading);
} }