mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 22:10:53 +00:00
Merge pull request #7378 from overleaf/tm-fix-cookie-banner-style
Fix cookie banner link color and box-shadow values GitOrigin-RevId: 036c921795eab999e65bd04ca409babe28a2f00a
This commit is contained in:
parent
f438bdcfed
commit
0ab9198563
1 changed files with 1 additions and 9 deletions
|
@ -277,15 +277,7 @@ footer.site-footer {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
background: @ol-blue-gray-0;
|
background: @ol-blue-gray-0;
|
||||||
box-shadow: 0 -2px 1px 0px #2c36455c;
|
box-shadow: 0px -5px 8px 0px #0000001a;
|
||||||
|
|
||||||
a {
|
|
||||||
color: @footer-link-color;
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
color: @footer-link-hover-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cookie-banner-content {
|
.cookie-banner-content {
|
||||||
|
|
Loading…
Reference in a new issue