mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02: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-body>
|
||||
<div class="location">
|
||||
<span>Minsk</span>
|
||||
<span>New York</span>
|
||||
</div>
|
||||
<div class="date">
|
||||
<span>Mon 29 May</span>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue