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-body>
<div class="location">
<span>Minsk</span>
<span>New York</span>
</div>
<div class="date">
<span>Mon 29 May</span>

View file

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