wp/wp-includes/css/dist/block-library/theme.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    75   color:currentColor;
    75   color:currentColor;
    76   font-size:.8125em;
    76   font-size:.8125em;
    77   font-style:normal;
    77   font-style:normal;
    78   position:relative;
    78   position:relative;
    79 }
    79 }
    80 .wp-block-quote.has-text-align-right{
    80 .wp-block-quote:where(.has-text-align-right){
    81   border-left:none;
    81   border-left:none;
    82   border-right:.25em solid;
    82   border-right:.25em solid;
    83   padding-left:0;
    83   padding-left:0;
    84   padding-right:1em;
    84   padding-right:1em;
    85 }
    85 }
    86 .wp-block-quote.has-text-align-center{
    86 .wp-block-quote:where(.has-text-align-center){
    87   border:none;
    87   border:none;
    88   padding-left:0;
    88   padding-left:0;
    89 }
    89 }
    90 .wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{
    90 .wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){
    91   border:none;
    91   border:none;
    92 }
    92 }
    93 
    93 
    94 .wp-block-search .wp-block-search__label{
    94 .wp-block-search .wp-block-search__label{
    95   font-weight:700;
    95   font-weight:700;