blur content when the menu is open

This commit is contained in:
Daniel Schön
2020-05-22 13:28:30 +02:00
parent 5547352ff2
commit 7ed89b8b4f
6 changed files with 36 additions and 8 deletions

View File

@@ -271,6 +271,11 @@ blockquote {
max-width: calc(#{$narrow-size} - (#{$spacing-full}));
padding-right: $spacing-full - 10;
padding-left: $spacing-full - 10;
&.trigger-wrapper {
animation: 0.2s ease-in forwards blur;
-webkit-animation: 0.2s ease-in forwards blur;
}
}
}