Ticket #47925: 47925.diff
File 47925.diff, 29.7 KB (added by , 8 months ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/_normalize.scss
1 1 /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ 2 2 3 / *Document4 ========================================================================== */ 3 // Document 4 // ========================================================================== 5 5 6 /** 7 * 1. Correct the line height in all browsers. 8 * 2. Prevent adjustments of font size after orientation changes in iOS. 9 */ 6 // 1. Correct the line height in all browsers. 7 // 2. Prevent adjustments of font size after orientation changes in iOS. 10 8 11 9 html { 12 line-height: 1.15; / * 1 */13 -webkit-text-size-adjust: 100%; / * 2 */10 line-height: 1.15; // 1 11 -webkit-text-size-adjust: 100%; // 2 14 12 } 15 13 16 / *Sections17 ========================================================================== */ 14 // Sections 15 // ========================================================================== 18 16 19 /** 20 * Remove the margin in all browsers. 21 */ 17 // Remove the margin in all browsers. 22 18 23 19 body { 24 20 margin: 0; 25 21 } 26 22 27 /** 28 * Correct the font size and margin on `h1` elements within `section` and 29 * `article` contexts in Chrome, Firefox, and Safari. 30 */ 23 // Correct the font size and margin on `h1` elements within `section` and 24 // `article` contexts in Chrome, Firefox, and Safari. 31 25 32 26 h1 { 33 27 font-size: 2em; … … 34 28 margin: 0.67em 0; 35 29 } 36 30 37 / *Grouping content38 ========================================================================== */ 31 // Grouping content 32 // ========================================================================== 39 33 40 /** 41 * 1. Add the correct box sizing in Firefox. 42 * 2. Show the overflow in Edge and IE. 43 */ 34 // 1. Add the correct box sizing in Firefox. 35 // 2. Show the overflow in Edge and IE. 44 36 45 37 hr { 46 box-sizing: content-box; / * 1 */47 height: 0; / * 1 */48 overflow: visible; / * 2 */38 box-sizing: content-box; // 1 39 height: 0; // 1 40 overflow: visible; // 2 49 41 } 50 42 51 /** 52 * 1. Correct the inheritance and scaling of font size in all browsers. 53 * 2. Correct the odd `em` font sizing in all browsers. 54 */ 43 // 1. Correct the inheritance and scaling of font size in all browsers. 44 // 2. Correct the odd `em` font sizing in all browsers. 55 45 56 46 pre { 57 font-family: monospace, monospace; / * 1 */58 font-size: 1em; / * 2 */47 font-family: monospace, monospace; // 1 48 font-size: 1em; // 2 59 49 } 60 50 61 / *Text-level semantics62 ========================================================================== */ 51 // Text-level semantics 52 // ========================================================================== 63 53 64 /** 65 * Remove the gray background on active links in IE 10. 66 */ 54 // Remove the gray background on active links in IE 10. 67 55 68 56 a { 69 57 background-color: transparent; 70 58 } 71 59 72 /** 73 * 1. Remove the bottom border in Chrome 57- 74 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. 75 */ 60 // 1. Remove the bottom border in Chrome 57- 61 // 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. 76 62 77 63 abbr[title] { 78 border-bottom: none; / * 1 */79 text-decoration: underline; / * 2 */80 text-decoration: underline dotted; / * 2 */64 border-bottom: none; // 1 65 text-decoration: underline; // 2 66 text-decoration: underline dotted; // 2 81 67 } 82 68 83 /** 84 * Add the correct font weight in Chrome, Edge, and Safari. 85 */ 69 // Add the correct font weight in Chrome, Edge, and Safari. 86 70 87 71 b, 88 72 strong { … … 89 73 font-weight: bolder; 90 74 } 91 75 92 /** 93 * 1. Correct the inheritance and scaling of font size in all browsers. 94 * 2. Correct the odd `em` font sizing in all browsers. 95 */ 76 // 1. Correct the inheritance and scaling of font size in all browsers. 77 // 2. Correct the odd `em` font sizing in all browsers. 96 78 97 79 code, 98 80 kbd, 99 81 samp { 100 font-family: monospace, monospace; / * 1 */101 font-size: 1em; / * 2 */82 font-family: monospace, monospace; // 1 83 font-size: 1em; // 2 102 84 } 103 85 104 /** 105 * Add the correct font size in all browsers. 106 */ 86 // Add the correct font size in all browsers. 107 87 108 88 small { 109 89 font-size: 80%; 110 90 } 111 91 112 /** 113 * Prevent `sub` and `sup` elements from affecting the line height in 114 * all browsers. 115 */ 92 // Prevent `sub` and `sup` elements from affecting the line height in 93 // all browsers. 116 94 117 95 sub, 118 96 sup { … … 130 108 top: -0.5em; 131 109 } 132 110 133 / *Embedded content134 ========================================================================== */ 111 // Embedded content 112 // ========================================================================== 135 113 136 /** 137 * Remove the border on images inside links in IE 10. 138 */ 114 // Remove the border on images inside links in IE 10. 139 115 140 116 img { 141 117 border-style: none; 142 118 } 143 119 144 / *Forms145 ========================================================================== */ 120 // Forms 121 // ========================================================================== 146 122 147 /** 148 * 1. Change the font styles in all browsers. 149 * 2. Remove the margin in Firefox and Safari. 150 */ 123 // 1. Change the font styles in all browsers. 124 // 2. Remove the margin in Firefox and Safari. 151 125 152 126 button, 153 127 input, … … 154 128 optgroup, 155 129 select, 156 130 textarea { 157 font-family: inherit; / * 1 */158 font-size: 100%; / * 1 */159 line-height: 1.15; / * 1 */160 margin: 0; / * 2 */131 font-family: inherit; // 1 132 font-size: 100%; // 1 133 line-height: 1.15; // 1 134 margin: 0; // 2 161 135 } 162 136 163 /** 164 * Show the overflow in IE. 165 * 1. Show the overflow in Edge. 166 */ 137 // Show the overflow in IE. 138 // 1. Show the overflow in Edge. 167 139 168 140 button, 169 input { / * 1 */141 input { // 1 170 142 overflow: visible; 171 143 } 172 144 173 /** 174 * Remove the inheritance of text transform in Edge, Firefox, and IE. 175 * 1. Remove the inheritance of text transform in Firefox. 176 */ 145 // Remove the inheritance of text transform in Edge, Firefox, and IE. 146 // 1. Remove the inheritance of text transform in Firefox. 177 147 178 148 button, 179 select { / * 1 */149 select { // 1 180 150 text-transform: none; 181 151 } 182 152 183 /** 184 * Correct the inability to style clickable types in iOS and Safari. 185 */ 153 // Correct the inability to style clickable types in iOS and Safari. 186 154 187 155 button, 188 156 [type="button"], … … 191 159 -webkit-appearance: button; 192 160 } 193 161 194 /** 195 * Remove the inner border and padding in Firefox. 196 */ 162 // Remove the inner border and padding in Firefox. 197 163 198 164 button::-moz-focus-inner, 199 165 [type="button"]::-moz-focus-inner, … … 203 169 padding: 0; 204 170 } 205 171 206 /** 207 * Restore the focus styles unset by the previous rule. 208 */ 172 // Restore the focus styles unset by the previous rule. 209 173 210 174 button:-moz-focusring, 211 175 [type="button"]:-moz-focusring, … … 214 178 outline: 1px dotted ButtonText; 215 179 } 216 180 217 /** 218 * Correct the padding in Firefox. 219 */ 181 // Correct the padding in Firefox. 220 182 221 183 fieldset { 222 184 padding: 0.35em 0.75em 0.625em; 223 185 } 224 186 225 /** 226 * 1. Correct the text wrapping in Edge and IE. 227 * 2. Correct the color inheritance from `fieldset` elements in IE. 228 * 3. Remove the padding so developers are not caught out when they zero out 229 * `fieldset` elements in all browsers. 230 */ 187 // 1. Correct the text wrapping in Edge and IE. 188 // 2. Correct the color inheritance from `fieldset` elements in IE. 189 // 3. Remove the padding so developers are not caught out when they zero out 190 // `fieldset` elements in all browsers. 231 191 232 192 legend { 233 box-sizing: border-box; / * 1 */234 color: inherit; / * 2 */235 display: table; / * 1 */236 max-width: 100%; / * 1 */237 padding: 0; / * 3 */238 white-space: normal; / * 1 */193 box-sizing: border-box; // 1 194 color: inherit; // 2 195 display: table; // 1 196 max-width: 100%; // 1 197 padding: 0; // 3 198 white-space: normal; // 1 239 199 } 240 200 241 /** 242 * Add the correct vertical alignment in Chrome, Firefox, and Opera. 243 */ 201 // Add the correct vertical alignment in Chrome, Firefox, and Opera. 244 202 245 203 progress { 246 204 vertical-align: baseline; 247 205 } 248 206 249 /** 250 * Remove the default vertical scrollbar in IE 10+. 251 */ 207 // Remove the default vertical scrollbar in IE 10+. 252 208 253 209 textarea { 254 210 overflow: auto; 255 211 } 256 212 257 /** 258 * 1. Add the correct box sizing in IE 10. 259 * 2. Remove the padding in IE 10. 260 */ 213 // 1. Add the correct box sizing in IE 10. 214 // 2. Remove the padding in IE 10. 261 215 262 216 [type="checkbox"], 263 217 [type="radio"] { 264 box-sizing: border-box; / * 1 */265 padding: 0; / * 2 */218 box-sizing: border-box; // 1 219 padding: 0; // 2 266 220 } 267 221 268 /** 269 * Correct the cursor style of increment and decrement buttons in Chrome. 270 */ 222 // Correct the cursor style of increment and decrement buttons in Chrome. 271 223 272 224 [type="number"]::-webkit-inner-spin-button, 273 225 [type="number"]::-webkit-outer-spin-button { … … 274 226 height: auto; 275 227 } 276 228 277 /** 278 * 1. Correct the odd appearance in Chrome and Safari. 279 * 2. Correct the outline style in Safari. 280 */ 229 // 1. Correct the odd appearance in Chrome and Safari. 230 // 2. Correct the outline style in Safari. 281 231 282 232 [type="search"] { 283 -webkit-appearance: textfield; / * 1 */284 outline-offset: -2px; / * 2 */233 -webkit-appearance: textfield; // 1 234 outline-offset: -2px; // 2 285 235 } 286 236 287 /** 288 * Remove the inner padding in Chrome and Safari on macOS. 289 */ 237 // Remove the inner padding in Chrome and Safari on macOS. 290 238 291 239 [type="search"]::-webkit-search-decoration { 292 240 -webkit-appearance: none; 293 241 } 294 242 295 /** 296 * 1. Correct the inability to style clickable types in iOS and Safari. 297 * 2. Change font properties to `inherit` in Safari. 298 */ 243 // 1. Correct the inability to style clickable types in iOS and Safari. 244 // 2. Change font properties to `inherit` in Safari. 299 245 246 300 247 ::-webkit-file-upload-button { 301 -webkit-appearance: button; / * 1 */302 font: inherit; / * 2 */248 -webkit-appearance: button; // 1 249 font: inherit; // 2 303 250 } 304 251 305 / *Interactive306 ========================================================================== */ 252 // Interactive 253 // ========================================================================== 307 254 308 /* 309 * Add the correct display in Edge, IE 10+, and Firefox. 310 */ 255 // Add the correct display in Edge, IE 10+, and Firefox. 311 256 312 257 details { 313 258 display: block; 314 259 } 315 260 316 /* 317 * Add the correct display in all browsers. 318 */ 261 // Add the correct display in all browsers. 319 262 320 263 summary { 321 264 display: list-item; 322 265 } 323 266 324 / *Misc325 ========================================================================== */ 267 // Misc 268 // ========================================================================== 326 269 327 /** 328 * Add the correct display in IE 10+. 329 */ 270 // Add the correct display in IE 10+. 330 271 331 272 template { 332 273 display: none; 333 274 } 334 275 335 /** 336 * Add the correct display in IE 10. 337 */ 276 // Add the correct display in IE 10. 338 277 339 278 [hidden] { 340 279 display: none; -
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
734 734 } 735 735 } 736 736 737 /* Remove duplicate rule-line when a separator738 * is followed by an H1, or H2 */739 737 & + h1, 740 738 & + h2 { 741 739 742 740 &:before { 741 /* Remove duplicate rule-line when a separator 742 * is followed by an H1 or H2 */ 743 743 display: none; 744 744 } 745 745 } -
src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
43 43 opacity: .8; 44 44 z-index: 3; 45 45 46 /* Browsers supporting mix-blend-mode don't need opacity < 1 */47 46 @supports (mix-blend-mode: multiply) { 47 /* Browsers supporting mix-blend-mode don't need opacity < 1 */ 48 48 opacity: 1; 49 49 } 50 50 } … … 85 85 } 86 86 } 87 87 88 / *If we add the border using a regular CSS border, it won't look good on non-retina devices,89 *since its edges can look jagged due to lack of antialiasing. In this case, we are several90 * layers of box-shadow to add the border visually, which will render the border smoother. */ 88 // If we add the border using a regular CSS border, it won't look good on non-retina devices, 89 // since its edges can look jagged due to lack of antialiasing. In this case, we are several 90 // layers of box-shadow to add the border visually, which will render the border smoother. 91 91 92 92 @mixin box-shadow( $size ) { 93 93 box-shadow: … … 96 96 0 0 1px 0 rgba( $color__text-light, 0.7 ); // Antialiasing, outer edge. 97 97 } 98 98 99 / * Calculates maximum width for post content */99 // Calculates maximum width for post content 100 100 @mixin postContentMaxWidth() { 101 101 102 102 @include media(tablet) { … … 108 108 } 109 109 } 110 110 111 / * Nested sub-menu padding: 10 levels deep */111 // Nested sub-menu padding: 10 levels deep 112 112 @mixin nestedSubMenuPadding() { 113 113 114 114 ul { … … 129 129 @extend %non-latin-fonts; 130 130 } 131 131 132 / * Build our non-latin font styles */132 // Build our non-latin font styles 133 133 %non-latin-fonts { 134 @each $lang, $font__fallback in $font__fallbacks { 135 &:lang(#{$lang}) { 136 font-family: unquote( $font__fallback ); 137 } 134 // Arabic 135 &:is(:lang(ar),:lang(ary),:lang(azb),:lang(ckb),:lang(fa),:lang(haz),:lang(ps)) { 136 font-family: Tahoma, Arial, sans-serif; 138 137 } 138 // Cyrillic 139 &:is(:lang(be),:lang(bg),:lang(kk),:lang(mk),:lang(mn),:lang(ru),:lang(sah),:lang(sr),:lang(tt),:lang(uk)) { 140 font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; 141 } 142 // Chinese (Hong Kong) 143 &:lang(zh-HK) { 144 font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 145 } 146 // Chinese (Taiwan) 147 &:lang(zh-TW) { 148 font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 149 } 150 // Chinese (China) 151 &:lang(zh-CN) { 152 font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 153 } 154 // Devanagari 155 &:is(:lang(bn),:lang(hi),:lang(mr),:lang(ne)) { 156 font-family: Arial, sans-serif; 157 } 158 // Greek 159 &:lang(el) { 160 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 161 } 162 // Gujarati 163 &:lang(gu) { 164 font-family: Arial, sans-serif; 165 } 166 // Hebrew 167 &:lang(he) { 168 font-family: "Arial Hebrew", Arial, sans-serif; 169 } 170 // Japanese 171 &:lang(ja) { 172 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif; 173 } 174 // Korean 175 &:lang(ko) { 176 font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif; 177 } 178 // Thai 179 &:lang(th) { 180 font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif; 181 } 182 // Vietnamese 183 &:lang(vi) { 184 font-family: "Libre Franklin", sans-serif; 185 } 139 186 } 140 187 141 188 @import "utilities"; -
src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
13 13 display: inline; 14 14 } 15 15 16 / * Un-style buttons */16 // Un-style buttons 17 17 button { 18 18 display: inline-block; 19 19 border: none; … … 102 102 display: inline-block; 103 103 margin-right: #{0.25 * $size__spacing-unit}; 104 104 105 / * Priority+ Menu */105 // Priority+ Menu 106 106 &.main-menu-more-toggle { 107 107 108 108 position: relative; … … 243 243 } 244 244 } 245 245 246 /* 247 * Sub-menu styles 248 * 249 * :focus-within needs its own selector so other similar 250 * selectors don’t get ignored if a browser doesn’t recognize it 251 */ 246 // Sub-menu styles 247 // 248 // :focus-within needs its own selector so other similar 249 // selectors don’t get ignored if a browser doesn’t recognize it 250 252 251 .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu { 253 252 254 253 display: block; … … 259 258 min-width: 100%; 260 259 261 260 262 / * Non-mobile position */261 // Non-mobile position 263 262 @include media(tablet) { 264 263 display: block; 265 264 margin-top: 0; … … 302 301 left: 0; 303 302 opacity: 1; 304 303 305 / * Non-mobile position */304 // Non-mobile position 306 305 @include media(tablet) { 307 306 float: none; 308 307 max-width: 100%; … … 309 308 } 310 309 } 311 310 312 / * Nested sub-menu dashes */311 // Nested sub-menu dashes 313 312 .sub-menu { 314 313 counter-reset: submenu; 315 314 } … … 334 333 min-width: 100%; 335 334 336 335 337 / * Non-mobile position */336 // Non-mobile position 338 337 @include media(tablet) { 339 338 display: block; 340 339 float: none; … … 378 377 left: 0; 379 378 opacity: 1; 380 379 381 / * Non-mobile position */380 // Non-mobile position 382 381 @include media(tablet) { 383 382 float: none; 384 383 max-width: 100%; … … 385 384 } 386 385 } 387 386 388 / * Nested sub-menu dashes */387 // Nested sub-menu dashes 389 388 .sub-menu { 390 389 counter-reset: submenu; 391 390 } … … 398 397 } 399 398 } 400 399 401 /** 402 * Fade-in animation for top-level submenus 403 */ 400 // Fade-in animation for top-level submenus 401 404 402 .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu { 405 403 animation: fade_in 0.1s forwards; 406 404 } 407 405 408 /** 409 * Off-canvas touch device styles 410 */ 406 // Off-canvas touch device styles 407 411 408 .main-menu .menu-item-has-children.off-canvas .sub-menu { 412 409 413 410 .submenu-expand .svg-icon { … … 457 454 display: block; 458 455 } 459 456 460 /* Prevent menu from being blocked by admin bar */461 457 .admin-bar & { 458 /* Prevent menu from being blocked by admin bar */ 462 459 top: 46px; 463 460 height: calc( 100vh - 46px ); 464 461 -
src/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
11 11 /* Add text shadow to text, to increase readability. */ 12 12 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); 13 13 14 / * Set white text color when featured image is set. */14 // Set white text color when featured image is set. 15 15 .site-branding .site-title, 16 16 .site-branding .site-description, 17 17 .main-navigation a:after, … … 49 49 opacity: inherit; 50 50 } 51 51 52 / * add focus state to social media icons */52 // add focus state to social media icons 53 53 .social-navigation a { 54 54 &:focus { 55 55 color: $color__background-body; … … 65 65 filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35) ); 66 66 } 67 67 68 / * Entry header */68 // Entry header 69 69 .site-featured-image { 70 70 71 71 .post-thumbnail img { … … 116 116 } 117 117 } 118 118 119 / * Entry meta */119 // Entry meta 120 120 121 121 .entry-meta { 122 122 … … 182 182 } 183 183 } 184 184 185 / * Custom Logo Link */185 // Custom Logo Link 186 186 187 187 .custom-logo-link { 188 188 … … 196 196 } 197 197 } 198 198 199 /* Make sure important elements are above pseudo elements used for effects. */ 199 // Make sure important elements are above pseudo elements used for effects. 200 200 201 .site-branding { 201 202 position: relative; 202 203 z-index: 10; … … 207 208 z-index: 9; 208 209 } 209 210 210 / * Set up image filter layer positioning */211 // Set up image filter layer positioning 211 212 .site-branding-container:after, 212 213 .site-featured-image:before, 213 214 .site-featured-image:after, … … 226 227 background-repeat: no-repeat; 227 228 background-size: cover; 228 229 229 / * The intensity of each blend mode is controlled via layer opacity. */230 // The intensity of each blend mode is controlled via layer opacity. 230 231 231 /* Second layer: screen. */232 232 .image-filters-enabled & .site-featured-image:before { 233 /* Second layer: screen. */ 233 234 background: $color__link; 234 235 mix-blend-mode: screen; 235 236 opacity: 0.1; 236 237 } 237 238 238 /* Third layer: multiply. */239 /* When image filters are inactive, a black overlay is added. */240 239 .site-featured-image:after { 240 /* Third layer: multiply. */ 241 /* When image filters are inactive, a black overlay is added. */ 241 242 background: #000; 242 243 mix-blend-mode: multiply; 243 244 opacity: .7; 244 245 245 /* When image filters are active, a blue overlay is added. */246 246 .image-filters-enabled & { 247 /* When image filters are active, a blue overlay is added. */ 247 248 background: $color__link; 248 249 opacity: .8; 249 250 z-index: 3; 250 251 251 /* Browsers supporting mix-blend-mode don't need opacity < 1 */252 252 @supports (mix-blend-mode: multiply) { 253 /* Browsers supporting mix-blend-mode don't need opacity < 1 */ 253 254 opacity: 1; 254 255 } 255 256 } 256 257 } 257 258 258 /* Fourth layer: overlay. */259 259 .image-filters-enabled & .site-branding-container:after { 260 /* Fourth layer: overlay. */ 260 261 background: rgba(0, 0, 0, 0.35); 261 262 mix-blend-mode: overlay; 262 263 opacity: 0.5; 263 264 z-index: 4; 264 265 265 /* Browsers supporting mix-blend-mode can have a light overlay */266 266 @supports (mix-blend-mode: overlay) { 267 /* Browsers supporting mix-blend-mode can have a light overlay */ 267 268 background: rgba($color__background-body, 0.35); 268 269 } 269 270 } 270 271 271 /* Fifth layer: readability overlay */272 272 &:after { 273 /* Fifth layer: readability overlay */ 273 274 background: #000; 274 275 /** 275 276 * Add a transition to the readability overlay, to add a subtle … … 279 280 opacity: 0.7; 280 281 z-index: 5; 281 282 282 /* When image filters are active, a blue overlay is added. */283 283 .image-filters-enabled & { 284 /* When image filters are active, a blue overlay is added. */ 284 285 background: mix($color__link, black, 12%); 285 286 opacity: 0.38; 286 287 -
src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
113 113 } 114 114 } 115 115 116 /* When there is no description set, make sure navigation appears below title. */117 116 + .main-navigation { 117 /* When there is no description set, make sure navigation appears below title. */ 118 118 display: block; 119 119 } 120 120 -
src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
29 29 } 30 30 } 31 31 32 /* Add extra margin when the comments section is located immediately after the33 * post itself (this happens on pages).34 */35 32 .entry + & { 33 /* Add extra margin when the comments section is located immediately after the 34 * post itself (this happens on pages). 35 */ 36 36 margin-top: calc(3 * #{$size__spacing-unit}); 37 37 } 38 38 -
src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
5 5 font-size: $font__size-lg; 6 6 } 7 7 8 /* Make sure select elements fit in widgets. */9 8 select { 9 /* Make sure select elements fit in widgets. */ 10 10 max-width: 100%; 11 11 } 12 12 -
src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss
7 7 */ 8 8 @font-face { 9 9 font-family: 'NonBreakingSpaceOverride'; 10 src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format('woff2'), 11 url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format('woff'); 12 10 src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format('woff2'); 13 11 } 14 12 15 13 // Font and typographic variables … … 16 14 17 15 $font__body: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; 18 16 $font__heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 19 $font__fallbacks: (20 /* Arabic */21 ar: 'Tahoma, Arial, sans-serif',22 ary: 'Tahoma, Arial, sans-serif',23 azb: 'Tahoma, Arial, sans-serif',24 ckb: 'Tahoma, Arial, sans-serif',25 fa-IR: 'Tahoma, Arial, sans-serif',26 haz: 'Tahoma, Arial, sans-serif',27 ps: 'Tahoma, Arial, sans-serif',28 /* Cyrillic */29 be: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',30 bg-BG: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',31 kk: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',32 mk-MK: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',33 mn: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',34 ru-RU: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',35 sah: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',36 sr-RS: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',37 tt-RU: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',38 uk: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',39 /* Chinese (Hong Kong) */40 zh-HK: '-apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',41 /* Chinese (Taiwan) */42 zh-TW: '-apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',43 /* Chinese (China) */44 zh-CN: '-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',45 /* Devanagari */46 bn-BD: 'Arial, sans-serif',47 hi-IN: 'Arial, sans-serif',48 mr: 'Arial, sans-serif',49 ne-NP: 'Arial, sans-serif',50 /* Greek */51 el: '"Helvetica Neue", Helvetica, Arial, sans-serif',52 /* Gujarati */53 gu: 'Arial, sans-serif',54 /* Hebrew */55 he-IL: '"Arial Hebrew", Arial, sans-serif',56 /* Japanese */57 ja: '-apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif',58 /* Korean */59 ko-KR: '"Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif',60 /* Thai */61 th: '"Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif',62 /* Vietnamese */63 vi: '"Libre Franklin", sans-serif',64 );65 17 $font__code: Menlo, monaco, Consolas, Lucida Console, monospace; 66 18 $font__pre: "Courier 10 Pitch", Courier, monospace; 67 19