Merge remote-tracking branch 'origin/master' into angular-14
This commit is contained in:
commit
4216be29cd
|
@ -1,13 +1,9 @@
|
||||||
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
||||||
|
|
||||||
.quick-contact {
|
.quick-contact {
|
||||||
position: sticky;
|
position: fixed;
|
||||||
position: -webkit-sticky; /* Safari */
|
|
||||||
bottom: 5vh;
|
bottom: 5vh;
|
||||||
display: flex;
|
right: 5vw;
|
||||||
justify-content: flex-end;
|
|
||||||
margin-bottom: 5vh;
|
|
||||||
margin-right: 5vw;
|
|
||||||
z-index: @global-z-index - 20;
|
z-index: @global-z-index - 20;
|
||||||
|
|
||||||
.uk-drop {
|
.uk-drop {
|
||||||
|
|
Loading…
Reference in New Issue