Changeset 52835 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss
- Timestamp:
- 03/10/2022 05:19:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss
r50026 r52835 102 102 padding-bottom: var(--global--spacing-horizontal); 103 103 background-color: var(--global--color-background); 104 transition: all .15s ease-in-out;105 104 transform: translateY(var(--global--spacing-vertical)); 105 106 @media (prefers-reduced-motion: no-preference) { 107 transition: all .15s ease-in-out; 108 } 106 109 107 110 @include media(mobile-only) { … … 280 283 281 284 @include media(mobile) { 285 @media (prefers-reduced-motion: no-preference) { 286 transition: all 0.5s ease; 287 } 288 } 289 290 @include media(mobile) { 282 291 left: 0; 283 292 margin: 0; … … 286 295 top: 100%; 287 296 padding-top: 3px; 288 transition: all 0.5s ease;289 297 z-index: 88888; 290 298
Note: See TracChangeset
for help on using the changeset viewer.