mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Extract var to allowed to be overridden
This commit is contained in:
parent
7f622e2e6b
commit
d6e50ac940
3 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
@announcements-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
|
||||
@v1-dash-link-height: 110px;
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue