Changeset 45132 for trunk/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
- Timestamp:
- 04/07/2019 06:17:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
r44376 r45132 27 27 color: inherit; 28 28 cursor: pointer; 29 transition: background 250ms ease-in-out, 30 transform 150ms ease; 29 transition: 30 background 250ms ease-in-out, 31 transform 150ms ease; 31 32 -webkit-appearance: none; 32 33 -moz-appearance: none; … … 448 449 z-index: 100000; /* Make sure appears above mobile admin bar */ 449 450 width: 100vw; 450 height: 451 height: 100vh; 451 452 max-width: 100vw; 452 453 transform: translateX(+100%);
Note: See TracChangeset
for help on using the changeset viewer.