mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove ol core variables
This commit is contained in:
parent
ea2e585699
commit
e76a15e4e0
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
@import "core/ol-variables.less";
|
||||
|
||||
.modal-body-publish {
|
||||
#search-input-container {
|
||||
overflow: hidden;
|
||||
|
@ -26,7 +24,7 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
.button-as-link{
|
||||
color: @ol-green;
|
||||
color: green;
|
||||
text-transform: none;
|
||||
background: none;
|
||||
padding: 0;
|
||||
|
@ -37,7 +35,7 @@
|
|||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
color: @ol-dark-green;
|
||||
color: green;
|
||||
background: none;
|
||||
}
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in a new issue