Changeset 3676 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_menus.scss
- Timestamp:
- 07/12/2016 10:17:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_menus.scss
r3532 r3676 18 18 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); 19 19 float: left; 20 left: -999em; 20 21 position: absolute; 21 22 top: 1.5em; 22 left: -999em;23 23 z-index: 99999; 24 24 … … 95 95 96 96 .menu-toggle { 97 -webkit-appearance: none;98 97 background: transparent; 99 98 border: none; … … 103 102 height: 3.5rem; 104 103 overflow: hidden; 104 position: absolute; 105 right: 16px; 106 right: 1rem; 107 top: -58px; 105 108 width: 56px; 106 109 width: 3.5rem; 107 position: absolute; 108 top: -58px; 109 right: 1rem; 110 -webkit-appearance: none; 110 111 111 112 .toggled &:before {
Note: See TracChangeset
for help on using the changeset viewer.