mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Adjust padding values.
This commit is contained in:
parent
8a3f104c60
commit
274be4932a
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
||||||
@folders-menu-line-height : @structured-list-line-height;
|
@folders-menu-line-height : @structured-list-line-height;
|
||||||
@folders-menu-item-v-padding : (@line-height-computed / 4);
|
@folders-menu-item-v-padding : (@line-height-computed / 4);
|
||||||
@folders-menu-item-h-padding : (@grid-gutter-width / 2);
|
@folders-menu-item-h-padding : (@grid-gutter-width / 2);
|
||||||
@folders-title-padding : @folders-menu-item-v-padding @folders-menu-item-v-padding;
|
@folders-title-padding : @folders-menu-item-v-padding 0;
|
||||||
@folders-title-margin-top : 0;
|
@folders-title-margin-top : 0;
|
||||||
@folders-title-margin-bottom : 0;
|
@folders-title-margin-bottom : 0;
|
||||||
@folders-title-font-weight : normal;
|
@folders-title-font-weight : normal;
|
||||||
|
|
Loading…
Reference in a new issue