- 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/style-dark-mode.scss
r51253 r52835 47 47 &.fixed-bottom { 48 48 position: fixed; 49 bottom: 5px; 49 bottom: 5px; // The bottom property has transition (see below). 50 50 right: 5px; 51 transition: bottom 0.5s;52 51 53 52 &.hide:not(:focus) { … … 98 97 display: none; 99 98 } 99 100 &.fixed-bottom { 101 @media (prefers-reduced-motion: no-preference) { 102 transition: bottom 0.5s; 103 } 104 } 100 105 } 101 106 }
Note: See TracChangeset
for help on using the changeset viewer.