- Timestamp:
- 11/16/2018 12:13:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r43892 r43904 147 147 max-width: (0.33 * $desktop_width); 148 148 } 149 }150 151 &.aligncenter {152 margin: 32px calc(2 * (100vw / 12));153 max-width: calc(6 * (100vw / 12));154 149 } 155 150 } … … 244 239 padding-top: ( .75 * $size__spacing-unit ); 245 240 } 246 241 247 242 li ul { 248 243 list-style: none; … … 623 618 //! Twitter Embed 624 619 .wp-block-embed-twitter { 625 overflow: hidden;620 word-break: break-word; 626 621 } 627 622 … … 640 635 641 636 .wp-block-file__button { 637 display: table; 642 638 @include button-transition; 643 639 border: none; … … 651 647 padding: ($size__spacing-unit * .75) $size__spacing-unit; 652 648 color: #fff; 649 margin-left: 0; 650 margin-top: calc(0.75 * #{$size__spacing-unit}); 653 651 654 652 @include media(desktop) { … … 667 665 outline-offset: -4px; 668 666 } 669 }670 671 * + .wp-block-file__button {672 margin-left: ($size__spacing-unit * .75);673 667 } 674 668 }
Note: See TracChangeset
for help on using the changeset viewer.