mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 20:30:15 +01:00
fix(dashboard): improve layout for dashboard cards
This commit is contained in:
parent
96c5cbde66
commit
2f9287e937
9 changed files with 42 additions and 44 deletions
|
|
@ -4,10 +4,6 @@
|
|||
|
||||
@include nb-install-component() {
|
||||
|
||||
nb-card {
|
||||
background-image: nb-theme(radial-gradient);
|
||||
}
|
||||
|
||||
nb-tabset {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -101,7 +97,6 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
border-color: nb-theme(separator);
|
||||
width: 4.5rem;
|
||||
height: 4.5rem;
|
||||
padding: 0;
|
||||
|
|
@ -120,15 +115,11 @@
|
|||
}
|
||||
|
||||
@include nb-for-theme(cosmic) {
|
||||
.btn-icon {
|
||||
border-color: nb-theme(form-control-border-color);
|
||||
|
||||
&.active {
|
||||
color: nb-theme(color-fg-heading);
|
||||
border-color: nb-theme(color-fg-highlight);
|
||||
box-shadow: 0 2px 12px 0 rgba(nb-theme(color-fg-highlight), 0.25);
|
||||
background-color: rgba(nb-theme(color-fg-highlight), 0.25);
|
||||
}
|
||||
.btn-icon.active {
|
||||
color: nb-theme(color-fg-heading);
|
||||
border-color: nb-theme(color-fg-highlight);
|
||||
box-shadow: 0 2px 12px 0 rgba(nb-theme(color-fg-highlight), 0.25);
|
||||
background-color: rgba(nb-theme(color-fg-highlight), 0.25);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue