refactor: remove old variables

This commit is contained in:
Sergey Andrievskiy 2019-06-22 00:00:09 +03:00
parent f89fbce642
commit 3130bf71de
4 changed files with 0 additions and 15 deletions

View file

@ -275,7 +275,6 @@
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
max-height: calc(0.75rem * #{nb-theme(line-height)});
}
}
}

View file

@ -24,7 +24,6 @@
::ng-deep .legends {
padding-left: 0;
font-size: nb-theme(font-size-sm);
}
::ng-deep .legend {

View file

@ -8,10 +8,6 @@
height: 100%;
flex: 1;
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 {
margin-left: 1rem;
@ -23,9 +19,5 @@
@include media-breakpoint-down(sm) {
height: 50%;
border-top:
nb-theme(card-border-width)
nb-theme(card-header-border-type)
nb-theme(card-header-border-color);
}
}

View file

@ -15,11 +15,6 @@
border-bottom: none;
}
.title {
font-size: 1.5rem;
font-weight: nb-theme(font-weight-bold);
}
.sub-title {
color: nb-theme(text-hint-color);
font-family: nb-theme(text-subtitle-font-family);