mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): change city for weather control
This commit is contained in:
parent
e0a2505cef
commit
05386e4aa2
2 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue