mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix label issues.
This commit is contained in:
parent
f405dc49b3
commit
9d35ce5fe1
1 changed files with 2 additions and 2 deletions
|
@ -861,8 +861,8 @@
|
|||
@btn-border-bottom-width: 2px;
|
||||
|
||||
@tag-border-radius: 0.25em;
|
||||
@tag-bg-color: inherit;
|
||||
@tag-bg-hover-color: inherit;
|
||||
@tag-bg-color: @label-default-bg;
|
||||
@tag-bg-hover-color: darken(@label-default-bg, 10%);
|
||||
|
||||
@left-menu-width: 260px;
|
||||
@left-menu-animation-duration: 0.35s;
|
||||
|
|
Loading…
Reference in a new issue