- Timestamp:
- 12/18/2018 10:45:16 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44196,44199,44201-44202
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r44302 r44305 325 325 margin-bottom: calc(4.33 * #{ $size__spacing-unit}); 326 326 margin-right: 0; 327 padding-left: 0; 327 328 } 328 329 … … 363 364 364 365 blockquote { 365 margin -left:0;366 margin: $size__spacing-unit 0; 366 367 padding: 0; 367 368 text-align: left; 368 369 max-width: 100%; 370 371 p:first-child { 372 margin-top: 0; 373 } 369 374 } 370 375 } … … 400 405 401 406 blockquote { 402 max-width: calc(100% - (2 * #{$size__spacing-unit}));407 max-width: 100%; 403 408 color: $color__background-body; 404 409 padding-left: 0; 405 410 margin-left: $size__spacing-unit; 411 margin-right: $size__spacing-unit; 406 412 407 413 &.has-text-color p, … … 418 424 margin-left: 0; 419 425 margin-right: 0; 426 } 427 } 428 429 &.alignright, 430 &.alignleft { 431 432 @include media(tablet) { 433 padding: $size__spacing-unit calc(2 * #{$size__spacing-unit}); 420 434 } 421 435 } … … 529 543 padding: 0; 530 544 color: #fff; 531 -ms-hyphens: auto;532 -moz-hyphens: auto;533 -webkit-hyphens: auto;534 hyphens: auto;535 545 536 546 @include media(tablet) { … … 545 555 546 556 @include media(tablet) { 547 padding: $size__spacing-unit ;557 padding: $size__spacing-unit calc(2 * #{$size__spacing-unit}); 548 558 } 549 559 } … … 578 588 .blocks-gallery-item:last-child { 579 589 margin-bottom: 16px; 590 } 591 592 figcaption a { 593 color: #fff; 580 594 } 581 595 }
Note: See TracChangeset
for help on using the changeset viewer.