mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 07:43:24 +00:00
Undo unintended SL changes.
This commit is contained in:
parent
396b29f32d
commit
4ee81b3b44
1 changed files with 3 additions and 4 deletions
|
@ -81,10 +81,9 @@
|
|||
.error-btn when (@is-overleaf = false) {
|
||||
color: @navbar-default-link-color;
|
||||
border: 2px solid @navbar-default-link-color;
|
||||
border-radius: @navbar-btn-border-radius;
|
||||
font-size: @navbar-btn-font-size;
|
||||
font-weight: @navbar-btn-font-weight;
|
||||
line-height: @navbar-btn-line-height;
|
||||
border-radius: @border-radius-base;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
padding: @padding-base-vertical @padding-base-horizontal;
|
||||
|
||||
&:hover,
|
||||
|
|
Loading…
Reference in a new issue