mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(dashboard): improve status cards responsiveness
This commit is contained in:
parent
6828f22b5f
commit
b7a8f6cb15
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 5.75rem;
|
width: 5.75rem;
|
||||||
height: 4.75rem;
|
height: 4.75rem;
|
||||||
font-size: 3rem;
|
font-size: 3.75rem;
|
||||||
border-radius: nb-theme(card-border-radius);
|
border-radius: nb-theme(card-border-radius);
|
||||||
transition: all 0.1s ease-out, color 0s;
|
transition: all 0.1s ease-out, color 0s;
|
||||||
color: nb-theme(color-white);
|
color: nb-theme(color-white);
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.25rem;
|
||||||
border-left: 1px solid transparent;
|
border-left: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
.icon {
|
.icon {
|
||||||
width: 7rem;
|
width: 7rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 3.5rem;
|
font-size: 4.5rem;
|
||||||
border-radius: nb-theme(card-border-radius) 0 0 nb-theme(card-border-radius);
|
border-radius: nb-theme(card-border-radius) 0 0 nb-theme(card-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue