Changeset 43892 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
- Timestamp:
- 11/12/2018 11:19:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
r43860 r43892 17 17 18 18 .widget_archive, 19 .widget_categories, 20 .widget_meta, 19 21 .widget_nav_menu, 20 .widget_meta, 22 .widget_pages, 23 .widget_recent_comments, 21 24 .widget_recent_entries, 22 25 .widget_rss { … … 30 33 font-family: $font__heading; 31 34 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 32 font-weight: bold;35 font-weight: 700; 33 36 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 } 37 margin-top: #{0.5 * $size__spacing-unit}; 38 margin-bottom: #{0.5 * $size__spacing-unit}; 42 39 } 43 40 44 &.sub-menu { 45 padding-top: ( .75 * $size__spacing-unit ); 46 } 41 @include nestedSubMenuPadding(); 47 42 } 48 43 } 44 45 .widget_tag_cloud { 46 47 .tagcloud { 48 font-family: $font__heading; 49 font-weight: 700; 50 } 51 } 52 49 53 50 54 .widget_search { … … 55 59 } 56 60 } 61 62 .widget_calendar .calendar_wrap { 63 text-align: center; 64 font-family: $font__heading; 65 66 table td, 67 table th { 68 border: none; 69 } 70 71 a { 72 text-decoration: underline; 73 } 74 }
Note: See TracChangeset
for help on using the changeset viewer.