~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

  • Committer: Barry Price
  • Date: 2019-01-14 09:32:10 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: barry.price@canonical.com-20190114093210-zuqse6f4tow19bq4
Merge WP5.0.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
492
492
        margin-top: 0.075em;
493
493
}
494
494
 
 
495
.wp-block-paragraph.has-background {
 
496
        padding: 20px 30px;
 
497
}
 
498
 
495
499
/* Gallery */
496
500
 
497
501
.wp-block-gallery figcaption {
707
711
/* Buttons */
708
712
 
709
713
.wp-block-button .wp-block-button__link {
710
 
        background-color: #222;
711
 
        -webkit-border-radius: 2px;
712
 
        border-radius: 2px;
713
714
        -webkit-box-shadow: none;
714
715
        box-shadow: none;
715
 
        color: #fff;
716
716
        display: inline-block;
717
717
        font-size: 14px;
718
718
        font-size: 0.875rem;
725
725
        white-space: nowrap;
726
726
}
727
727
 
 
728
.wp-block-button__link {
 
729
        background-color: #222;
 
730
        color: #fff;
 
731
}
 
732
 
 
733
.is-style-outline .wp-block-button__link {
 
734
        color: #222;
 
735
}
 
736
 
728
737
/* Media & Text */
729
738
 
730
739
.wp-block-media-text *:last-child {