Skip to content

Commit

Permalink
Fix stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 1, 2024
1 parent 7bd6a50 commit e852bce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scss/component/_cookie-consent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
display: flex;
inset: auto spacer('m') spacer('m') spacer('m');
justify-content: center;
position: fixed;
pointer-events: none;
position: fixed;
z-index: 25;
}

Expand Down Expand Up @@ -55,6 +55,7 @@
from {
transform: translateY(200%);
}

to {
transform: translateY(0);
}
Expand All @@ -64,6 +65,7 @@
from {
transform: translateY(0);
}

to {
transform: translateY(200%);
}
Expand Down

0 comments on commit e852bce

Please sign in to comment.