Extract var to allowed to be overridden

This commit is contained in:
Alasdair Smith 2017-12-01 17:16:37 +00:00
parent 7f622e2e6b
commit d6e50ac940
3 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,4 @@
@announcements-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
@v1-dash-link-height: 110px;
@keyframes pulse {
0% {

View file

@ -852,6 +852,7 @@
@sidebar-active-bg : @link-color;
@sidebar-hover-bg : transparent;
@sidebar-hover-text-decoration : underline;
@v1-dash-link-height : 0;
@folders-menu-margin : 0;
@folders-menu-line-height : 1.2;

View file

@ -110,6 +110,7 @@
@sidebar-active-bg : @ol-blue-gray-6;
@sidebar-hover-bg : @ol-blue-gray-4;
@sidebar-hover-text-decoration : none;
@v1-dash-link-height : 110px;
@folders-menu-margin : 0 -(@grid-gutter-width / 2);
@folders-menu-line-height : @structured-list-line-height;