mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
refactor: remove old variables
This commit is contained in:
parent
f89fbce642
commit
3130bf71de
4 changed files with 0 additions and 15 deletions
|
|
@ -275,7 +275,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-height: calc(0.75rem * #{nb-theme(line-height)});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
::ng-deep .legends {
|
::ng-deep .legends {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
font-size: nb-theme(font-size-sm);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .legend {
|
::ng-deep .legend {
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,6 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: nb-theme(card-padding);
|
padding: nb-theme(card-padding);
|
||||||
border-left:
|
|
||||||
nb-theme(card-header-border-width)
|
|
||||||
nb-theme(card-header-border-type)
|
|
||||||
nb-theme(card-header-border-color);
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
|
|
@ -23,9 +19,5 @@
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
height: 50%;
|
height: 50%;
|
||||||
border-top:
|
|
||||||
nb-theme(card-border-width)
|
|
||||||
nb-theme(card-header-border-type)
|
|
||||||
nb-theme(card-header-border-color);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,11 +15,6 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
font-weight: nb-theme(font-weight-bold);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sub-title {
|
.sub-title {
|
||||||
color: nb-theme(text-hint-color);
|
color: nb-theme(text-hint-color);
|
||||||
font-family: nb-theme(text-subtitle-font-family);
|
font-family: nb-theme(text-subtitle-font-family);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue