Changeset 3532 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_menus.scss
- Timestamp:
- 06/22/2016 09:43:56 AM (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
r3418 r3532 2 2 3 3 .main-navigation { 4 background: $color__wp-blue; 4 5 clear: both; 5 6 &.toggled { 7 padding: 16px 0 0; 8 padding: 1rem 0 0; 9 } 6 left: 0; 7 position: absolute; 8 top: 60px; 9 width: 100%; 10 10 11 11 ul { … … 106 106 width: 3.5rem; 107 107 position: absolute; 108 top: 2px;108 top: -58px; 109 109 right: 1rem; 110 110 … … 120 120 .main-navigation { 121 121 float: right; 122 position: initial; 123 width: initial; 122 124 123 125 &.toggled {
Note: See TracChangeset
for help on using the changeset viewer.