mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #19722 from overleaf/jel-green-50
[web] Use `green-50` instead of `emerald-green` GitOrigin-RevId: e329fc520f414dfac65f02866aadd940e1feef92
This commit is contained in:
parent
7c7c71f771
commit
95664974ef
8 changed files with 15 additions and 23 deletions
|
@ -191,7 +191,7 @@
|
||||||
font-size: @font-size-extra-small;
|
font-size: @font-size-extra-small;
|
||||||
|
|
||||||
& > a {
|
& > a {
|
||||||
color: var(--emerald-green);
|
color: var(--green-50);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--green-60);
|
color: var(--green-60);
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
font-size: @font-size-extra-small;
|
font-size: @font-size-extra-small;
|
||||||
|
|
||||||
& > a {
|
& > a {
|
||||||
color: var(--emerald-green);
|
color: var(--green-50);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--green-60);
|
color: var(--green-60);
|
||||||
|
|
|
@ -203,12 +203,6 @@
|
||||||
|
|
||||||
.tos-agreement-notice {
|
.tos-agreement-notice {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
|
||||||
a {
|
|
||||||
color: @green-60;
|
|
||||||
text-decoration: underline;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
.login-register-other-links {
|
.login-register-other-links {
|
||||||
padding: @line-height-computed 0;
|
padding: @line-height-computed 0;
|
||||||
a {
|
a {
|
||||||
color: var(--emerald-green);
|
color: var(--green-50);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
||||||
// this will force underline to not skip the descender
|
// this will force underline to not skip the descender
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
|
|
||||||
// for accessibility with keyboard navigation
|
// for accessibility with keyboard navigation
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 2px solid var(--emerald-green);
|
outline: 2px solid var(--green-50);
|
||||||
outline-offset: 1px;
|
outline-offset: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -339,7 +339,7 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--emerald-green);
|
color: var(--green-50);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
||||||
// this will force underline to not skip the descender
|
// this will force underline to not skip the descender
|
||||||
|
@ -351,7 +351,7 @@
|
||||||
|
|
||||||
// for accessibility with keyboard navigation
|
// for accessibility with keyboard navigation
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 2px solid var(--emerald-green);
|
outline: 2px solid var(--green-50);
|
||||||
outline-offset: 1px;
|
outline-offset: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -364,7 +364,7 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--emerald-green);
|
color: var(--green-50);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
||||||
// this will force underline to not skip the descender
|
// this will force underline to not skip the descender
|
||||||
|
@ -376,7 +376,7 @@
|
||||||
|
|
||||||
// for accessibility with keyboard navigation
|
// for accessibility with keyboard navigation
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 2px solid var(--emerald-green);
|
outline: 2px solid var(--green-50);
|
||||||
outline-offset: 1px;
|
outline-offset: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -385,7 +385,7 @@
|
||||||
|
|
||||||
.register-header-logo {
|
.register-header-logo {
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 2px solid var(--emerald-green);
|
outline: 2px solid var(--green-50);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -964,7 +964,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-green-link {
|
.inline-green-link {
|
||||||
color: var(--emerald-green);
|
color: var(--green-50);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
// text-decoration-;skip-ink is for letter with descender (like 'g' and 'y')
|
||||||
// this will force underline to not skip the descender
|
// this will force underline to not skip the descender
|
||||||
|
@ -976,7 +976,7 @@
|
||||||
|
|
||||||
// for accessibility with keyboard navigation
|
// for accessibility with keyboard navigation
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 2px solid var(--emerald-green);
|
outline: 2px solid var(--green-50);
|
||||||
outline-offset: 1px;
|
outline-offset: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -992,7 +992,7 @@
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
&:not([disabled]) {
|
&:not([disabled]) {
|
||||||
background: var(--emerald-green);
|
background: var(--green-50);
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -678,7 +678,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> li.primary > a {
|
> li.primary > a {
|
||||||
.btn-borderless(@white, @emerald-green, @green-60);
|
.btn-borderless(@white, @green-50, @green-60);
|
||||||
}
|
}
|
||||||
|
|
||||||
> li.secondary > a {
|
> li.secondary > a {
|
||||||
|
|
|
@ -78,11 +78,11 @@
|
||||||
li.active > a {
|
li.active > a {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
border-bottom: 3px solid @emerald-green !important;
|
border-bottom: 3px solid var(--green-50) !important;
|
||||||
color: @neutral-90 !important;
|
color: @neutral-90 !important;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-bottom: 3px solid @emerald-green !important;
|
border-bottom: 3px solid var(--green-50) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
@content-placeholder: @content-placeholder-on-light-bg;
|
@content-placeholder: @content-placeholder-on-light-bg;
|
||||||
|
|
||||||
// == Website Redesign ==
|
// == Website Redesign ==
|
||||||
@emerald-green: #098842;
|
|
||||||
@ceil: #9597c9;
|
@ceil: #9597c9;
|
||||||
@caramel: #f9d38f;
|
@caramel: #f9d38f;
|
||||||
@dark-jungle-green: #0f271a;
|
@dark-jungle-green: #0f271a;
|
||||||
|
|
|
@ -81,7 +81,6 @@
|
||||||
--premium-gradient: @premium-gradient;
|
--premium-gradient: @premium-gradient;
|
||||||
|
|
||||||
// website-redesign
|
// website-redesign
|
||||||
--emerald-green: @emerald-green;
|
|
||||||
--ceil: @ceil;
|
--ceil: @ceil;
|
||||||
--caramel: @caramel;
|
--caramel: @caramel;
|
||||||
--dark-jungle-green: @dark-jungle-green;
|
--dark-jungle-green: @dark-jungle-green;
|
||||||
|
|
Loading…
Reference in a new issue