Changeset 43842 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
r43808 r43842 6 6 max-width: 100%; 7 7 } 8 9 a { 10 color: $color__link; 11 12 &:hover { 13 color: $color__link-hover; 14 } 15 } 8 16 } 17 18 .widget_archive, 19 .widget_nav_menu, 20 .widget_meta, 21 .widget_recent_entries, 22 .widget_rss { 23 24 ul { 25 padding: 0; 26 list-style: none; 27 28 li { 29 color: $color__text-light; 30 font-family: $font__heading; 31 font-size: calc(#{$font__size_base} * #{$font__size-lg / 1em} ); 32 font-weight: bold; 33 line-height: $font__line-height-heading; 34 35 &:not(.menu-item-has-children) { 36 padding-bottom: ( .75 * $size__spacing-unit ); 37 } 38 39 ul { 40 padding-left: $size__spacing-unit; 41 } 42 } 43 44 &.sub-menu { 45 padding-top: ( .75 * $size__spacing-unit ); 46 } 47 } 48 } 49 50 .widget_search { 51 52 .search-submit { 53 display: block; 54 margin-top: $size__spacing-unit; 55 } 56 }
Note: See TracChangeset
for help on using the changeset viewer.