fix: remove old variables

This commit is contained in:
Sergey Andrievskiy 2019-06-21 23:43:47 +03:00
parent 5cda45f30e
commit 994cb69c29
4 changed files with 0 additions and 5 deletions

View file

@ -29,7 +29,6 @@
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: width 0.3s ease;
overflow: hidden;

View file

@ -29,7 +29,6 @@
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: width 0.3s ease;
overflow: hidden;

View file

@ -29,7 +29,6 @@
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: width 0.3s ease;
overflow: hidden;

View file

@ -17,7 +17,6 @@
.chat-container {
margin-bottom: 2rem;
font-size: nb-theme(font-size-xlg);
li {
padding-top: 1rem;
@ -25,7 +24,6 @@
}
.chart-description {
font-size: nb-theme(font-size-xlg);
text-align: center;
margin: 0 auto;
width: 52%;