christmas logo action

This commit is contained in:
elise
2024-11-23 15:54:35 +01:00
parent ff0f3846e9
commit 2578f33a6b
4 changed files with 56 additions and 0 deletions

View File

@ -2,6 +2,7 @@
color: currentColor;
width: 12rem;
transition: width .3s ease;
position: relative;
&.index {
width: 16rem;
@ -9,24 +10,40 @@
svg {
width: 100%;
display: block;
}
&.main {
margin: calc(var(--spacing-sitepadding-block)*-.6) 0 0 calc(var(--spacing-sitepadding-inline)*-.6);
}
.christmas {
position: absolute;
bottom: 0;
left: 0;
}
}
.logoIcon {
color: currentColor;
width: 3rem;
position: relative;
svg {
width: 100%;
display: block;
}
&.right {
transform: scaleX(-1);
}
.christmas {
position: absolute;
bottom: 0;
left: 0;
width: 136.206897%;
}
}
@media (min-width: 1920px) {