feat(dashboard): improve charts and other cards for correct theme switching

This commit is contained in:
KostyaDanovsky 2017-08-07 16:12:38 +03:00
parent 3880ab3d74
commit f630a1d540
20 changed files with 280 additions and 138 deletions

View file

@ -20,7 +20,10 @@
justify-content: space-between;
color: nb-theme(color-fg);
padding: 1rem;
border-bottom: 1px solid nb-theme(separator);
&:not(:last-child) {
border-bottom: 1px solid nb-theme(separator);
}
}
.i-contact {