Edit File by line
/home/barbar84/public_h.../wp-inclu.../css/dist/block-li...
File: style.css
@charset "UTF-8";
[0] Fix | Delete
/**
[1] Fix | Delete
* Colors
[2] Fix | Delete
*/
[3] Fix | Delete
/**
[4] Fix | Delete
* Breakpoints & Media Queries
[5] Fix | Delete
*/
[6] Fix | Delete
/**
[7] Fix | Delete
* SCSS Variables.
[8] Fix | Delete
*
[9] Fix | Delete
* Please use variables from this sheet to ensure consistency across the UI.
[10] Fix | Delete
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
[11] Fix | Delete
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
[12] Fix | Delete
*/
[13] Fix | Delete
/**
[14] Fix | Delete
* Colors
[15] Fix | Delete
*/
[16] Fix | Delete
/**
[17] Fix | Delete
* Fonts & basic variables.
[18] Fix | Delete
*/
[19] Fix | Delete
/**
[20] Fix | Delete
* Grid System.
[21] Fix | Delete
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
[22] Fix | Delete
*/
[23] Fix | Delete
/**
[24] Fix | Delete
* Dimensions.
[25] Fix | Delete
*/
[26] Fix | Delete
/**
[27] Fix | Delete
* Shadows.
[28] Fix | Delete
*/
[29] Fix | Delete
/**
[30] Fix | Delete
* Editor widths.
[31] Fix | Delete
*/
[32] Fix | Delete
/**
[33] Fix | Delete
* Block & Editor UI.
[34] Fix | Delete
*/
[35] Fix | Delete
/**
[36] Fix | Delete
* Block paddings.
[37] Fix | Delete
*/
[38] Fix | Delete
/**
[39] Fix | Delete
* React Native specific.
[40] Fix | Delete
* These variables do not appear to be used anywhere else.
[41] Fix | Delete
*/
[42] Fix | Delete
/**
[43] Fix | Delete
* Breakpoint mixins
[44] Fix | Delete
*/
[45] Fix | Delete
/**
[46] Fix | Delete
* Long content fade mixin
[47] Fix | Delete
*
[48] Fix | Delete
* Creates a fading overlay to signify that the content is longer
[49] Fix | Delete
* than the space allows.
[50] Fix | Delete
*/
[51] Fix | Delete
/**
[52] Fix | Delete
* Focus styles.
[53] Fix | Delete
*/
[54] Fix | Delete
/**
[55] Fix | Delete
* Applies editor left position to the selector passed as argument
[56] Fix | Delete
*/
[57] Fix | Delete
/**
[58] Fix | Delete
* Styles that are reused verbatim in a few places
[59] Fix | Delete
*/
[60] Fix | Delete
/**
[61] Fix | Delete
* Allows users to opt-out of animations via OS-level preferences.
[62] Fix | Delete
*/
[63] Fix | Delete
/**
[64] Fix | Delete
* Reset default styles for JavaScript UI based pages.
[65] Fix | Delete
* This is a WP-admin agnostic reset
[66] Fix | Delete
*/
[67] Fix | Delete
/**
[68] Fix | Delete
* Reset the WP Admin page styles for Gutenberg-like pages.
[69] Fix | Delete
*/
[70] Fix | Delete
/**
[71] Fix | Delete
* These are default block editor widths in case the theme doesn't provide them.
[72] Fix | Delete
*/
[73] Fix | Delete
#start-resizable-editor-section {
[74] Fix | Delete
display: none;
[75] Fix | Delete
}
[76] Fix | Delete
[77] Fix | Delete
.wp-block-audio figcaption {
[78] Fix | Delete
margin-top: 0.5em;
[79] Fix | Delete
margin-bottom: 1em;
[80] Fix | Delete
}
[81] Fix | Delete
.wp-block-audio audio {
[82] Fix | Delete
width: 100%;
[83] Fix | Delete
min-width: 300px;
[84] Fix | Delete
}
[85] Fix | Delete
[86] Fix | Delete
.wp-block-button__link {
[87] Fix | Delete
color: #fff;
[88] Fix | Delete
background-color: #32373c;
[89] Fix | Delete
border: none;
[90] Fix | Delete
border-radius: 1.55em;
[91] Fix | Delete
box-shadow: none;
[92] Fix | Delete
cursor: pointer;
[93] Fix | Delete
display: inline-block;
[94] Fix | Delete
font-size: 1.125em;
[95] Fix | Delete
padding: 0.667em 1.333em;
[96] Fix | Delete
text-align: center;
[97] Fix | Delete
text-decoration: none;
[98] Fix | Delete
overflow-wrap: break-word;
[99] Fix | Delete
}
[100] Fix | Delete
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
[101] Fix | Delete
color: #fff;
[102] Fix | Delete
}
[103] Fix | Delete
.wp-block-button__link.aligncenter {
[104] Fix | Delete
text-align: center;
[105] Fix | Delete
}
[106] Fix | Delete
.wp-block-button__link.alignright {
[107] Fix | Delete
/*rtl:ignore*/
[108] Fix | Delete
text-align: right;
[109] Fix | Delete
}
[110] Fix | Delete
[111] Fix | Delete
.wp-block-buttons > .wp-block-button.has-custom-width {
[112] Fix | Delete
max-width: none;
[113] Fix | Delete
}
[114] Fix | Delete
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
[115] Fix | Delete
width: 100%;
[116] Fix | Delete
}
[117] Fix | Delete
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
[118] Fix | Delete
width: calc(25% - 0.5em);
[119] Fix | Delete
}
[120] Fix | Delete
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
[121] Fix | Delete
width: calc(50% - 0.5em);
[122] Fix | Delete
}
[123] Fix | Delete
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
[124] Fix | Delete
width: calc(75% - 0.5em);
[125] Fix | Delete
}
[126] Fix | Delete
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
[127] Fix | Delete
margin-right: 0;
[128] Fix | Delete
width: 100%;
[129] Fix | Delete
}
[130] Fix | Delete
[131] Fix | Delete
.wp-block-button.is-style-squared,
[132] Fix | Delete
.wp-block-button__link.wp-block-button.is-style-squared {
[133] Fix | Delete
border-radius: 0;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
.wp-block-button.no-border-radius,
[137] Fix | Delete
.wp-block-button__link.no-border-radius {
[138] Fix | Delete
border-radius: 0 !important;
[139] Fix | Delete
}
[140] Fix | Delete
[141] Fix | Delete
.is-style-outline > .wp-block-button__link,
[142] Fix | Delete
.wp-block-button__link.is-style-outline {
[143] Fix | Delete
border: 2px solid;
[144] Fix | Delete
}
[145] Fix | Delete
[146] Fix | Delete
.is-style-outline > .wp-block-button__link:not(.has-text-color),
[147] Fix | Delete
.wp-block-button__link.is-style-outline:not(.has-text-color) {
[148] Fix | Delete
color: #32373c;
[149] Fix | Delete
}
[150] Fix | Delete
[151] Fix | Delete
.is-style-outline > .wp-block-button__link:not(.has-background),
[152] Fix | Delete
.wp-block-button__link.is-style-outline:not(.has-background) {
[153] Fix | Delete
background-color: transparent;
[154] Fix | Delete
}
[155] Fix | Delete
[156] Fix | Delete
.wp-block-buttons {
[157] Fix | Delete
display: flex;
[158] Fix | Delete
flex-direction: row;
[159] Fix | Delete
flex-wrap: wrap;
[160] Fix | Delete
/* stylelint-disable indentation */
[161] Fix | Delete
}
[162] Fix | Delete
.wp-block-buttons.is-vertical {
[163] Fix | Delete
flex-direction: column;
[164] Fix | Delete
}
[165] Fix | Delete
.wp-block-buttons.is-vertical > .wp-block-button {
[166] Fix | Delete
/*rtl:ignore*/
[167] Fix | Delete
margin-right: 0;
[168] Fix | Delete
}
[169] Fix | Delete
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
[170] Fix | Delete
margin-bottom: 0;
[171] Fix | Delete
}
[172] Fix | Delete
.wp-block-buttons > .wp-block-button {
[173] Fix | Delete
display: inline-block;
[174] Fix | Delete
/*rtl:ignore*/
[175] Fix | Delete
margin-left: 0;
[176] Fix | Delete
/*rtl:ignore*/
[177] Fix | Delete
margin-right: 0.5em;
[178] Fix | Delete
margin-bottom: 0.5em;
[179] Fix | Delete
}
[180] Fix | Delete
.wp-block-buttons > .wp-block-button:last-child {
[181] Fix | Delete
/*rtl:ignore*/
[182] Fix | Delete
margin-right: 0;
[183] Fix | Delete
}
[184] Fix | Delete
.wp-block-buttons.is-content-justification-left {
[185] Fix | Delete
justify-content: flex-start;
[186] Fix | Delete
}
[187] Fix | Delete
.wp-block-buttons.is-content-justification-left.is-vertical {
[188] Fix | Delete
align-items: flex-start;
[189] Fix | Delete
}
[190] Fix | Delete
.wp-block-buttons.is-content-justification-center {
[191] Fix | Delete
justify-content: center;
[192] Fix | Delete
}
[193] Fix | Delete
.wp-block-buttons.is-content-justification-center.is-vertical {
[194] Fix | Delete
align-items: center;
[195] Fix | Delete
}
[196] Fix | Delete
.wp-block-buttons.is-content-justification-right {
[197] Fix | Delete
justify-content: flex-end;
[198] Fix | Delete
}
[199] Fix | Delete
.wp-block-buttons.is-content-justification-right > .wp-block-button {
[200] Fix | Delete
/*rtl:ignore*/
[201] Fix | Delete
margin-left: 0.5em;
[202] Fix | Delete
/*rtl:ignore*/
[203] Fix | Delete
margin-right: 0;
[204] Fix | Delete
}
[205] Fix | Delete
.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
[206] Fix | Delete
/*rtl:ignore*/
[207] Fix | Delete
margin-left: 0;
[208] Fix | Delete
}
[209] Fix | Delete
.wp-block-buttons.is-content-justification-right.is-vertical {
[210] Fix | Delete
align-items: flex-end;
[211] Fix | Delete
}
[212] Fix | Delete
.wp-block-buttons.is-content-justification-space-between {
[213] Fix | Delete
justify-content: space-between;
[214] Fix | Delete
}
[215] Fix | Delete
.wp-block-buttons.aligncenter {
[216] Fix | Delete
text-align: center;
[217] Fix | Delete
}
[218] Fix | Delete
.wp-block-buttons.alignleft .wp-block-button {
[219] Fix | Delete
/*rtl:ignore*/
[220] Fix | Delete
margin-left: 0;
[221] Fix | Delete
/*rtl:ignore*/
[222] Fix | Delete
margin-right: 0.5em;
[223] Fix | Delete
}
[224] Fix | Delete
.wp-block-buttons.alignleft .wp-block-button:last-child {
[225] Fix | Delete
/*rtl:ignore*/
[226] Fix | Delete
margin-right: 0;
[227] Fix | Delete
}
[228] Fix | Delete
.wp-block-buttons.alignright .wp-block-button {
[229] Fix | Delete
/*rtl:ignore*/
[230] Fix | Delete
margin-right: 0;
[231] Fix | Delete
/*rtl:ignore*/
[232] Fix | Delete
margin-left: 0.5em;
[233] Fix | Delete
}
[234] Fix | Delete
.wp-block-buttons.alignright .wp-block-button:first-child {
[235] Fix | Delete
/*rtl:ignore*/
[236] Fix | Delete
margin-left: 0;
[237] Fix | Delete
}
[238] Fix | Delete
.wp-block-buttons:not(.is-content-justification-space-between,
[239] Fix | Delete
.is-content-justification-right,
[240] Fix | Delete
.is-content-justification-left,
[241] Fix | Delete
.is-content-justification-center) .wp-block-button.aligncenter {
[242] Fix | Delete
/* stylelint-enable indentation */
[243] Fix | Delete
margin-left: auto;
[244] Fix | Delete
margin-right: auto;
[245] Fix | Delete
margin-bottom: 0.5em;
[246] Fix | Delete
width: 100%;
[247] Fix | Delete
}
[248] Fix | Delete
[249] Fix | Delete
.wp-block-calendar {
[250] Fix | Delete
text-align: center;
[251] Fix | Delete
}
[252] Fix | Delete
.wp-block-calendar th,
[253] Fix | Delete
.wp-block-calendar tbody td {
[254] Fix | Delete
padding: 0.25em;
[255] Fix | Delete
border: 1px solid #ddd;
[256] Fix | Delete
}
[257] Fix | Delete
.wp-block-calendar tfoot td {
[258] Fix | Delete
border: none;
[259] Fix | Delete
}
[260] Fix | Delete
.wp-block-calendar table {
[261] Fix | Delete
width: 100%;
[262] Fix | Delete
border-collapse: collapse;
[263] Fix | Delete
}
[264] Fix | Delete
.wp-block-calendar table th {
[265] Fix | Delete
font-weight: 400;
[266] Fix | Delete
background: #ddd;
[267] Fix | Delete
}
[268] Fix | Delete
.wp-block-calendar a {
[269] Fix | Delete
text-decoration: underline;
[270] Fix | Delete
}
[271] Fix | Delete
.wp-block-calendar table tbody,
[272] Fix | Delete
.wp-block-calendar table caption {
[273] Fix | Delete
color: #40464d;
[274] Fix | Delete
}
[275] Fix | Delete
[276] Fix | Delete
.wp-block-categories.alignleft {
[277] Fix | Delete
/*rtl:ignore*/
[278] Fix | Delete
margin-right: 2em;
[279] Fix | Delete
}
[280] Fix | Delete
.wp-block-categories.alignright {
[281] Fix | Delete
/*rtl:ignore*/
[282] Fix | Delete
margin-left: 2em;
[283] Fix | Delete
}
[284] Fix | Delete
[285] Fix | Delete
.wp-block-code code {
[286] Fix | Delete
display: block;
[287] Fix | Delete
white-space: pre-wrap;
[288] Fix | Delete
overflow-wrap: break-word;
[289] Fix | Delete
}
[290] Fix | Delete
[291] Fix | Delete
.wp-block-columns {
[292] Fix | Delete
display: flex;
[293] Fix | Delete
margin-bottom: 1.75em;
[294] Fix | Delete
flex-wrap: wrap;
[295] Fix | Delete
/**
[296] Fix | Delete
* All Columns Alignment
[297] Fix | Delete
*/
[298] Fix | Delete
}
[299] Fix | Delete
@media (min-width: 782px) {
[300] Fix | Delete
.wp-block-columns {
[301] Fix | Delete
flex-wrap: nowrap;
[302] Fix | Delete
}
[303] Fix | Delete
}
[304] Fix | Delete
.wp-block-columns.has-background {
[305] Fix | Delete
padding: 1.25em 2.375em;
[306] Fix | Delete
}
[307] Fix | Delete
.wp-block-columns.are-vertically-aligned-top {
[308] Fix | Delete
align-items: flex-start;
[309] Fix | Delete
}
[310] Fix | Delete
.wp-block-columns.are-vertically-aligned-center {
[311] Fix | Delete
align-items: center;
[312] Fix | Delete
}
[313] Fix | Delete
.wp-block-columns.are-vertically-aligned-bottom {
[314] Fix | Delete
align-items: flex-end;
[315] Fix | Delete
}
[316] Fix | Delete
[317] Fix | Delete
.wp-block-column {
[318] Fix | Delete
flex-grow: 1;
[319] Fix | Delete
min-width: 0;
[320] Fix | Delete
word-break: break-word;
[321] Fix | Delete
overflow-wrap: break-word;
[322] Fix | Delete
/**
[323] Fix | Delete
* Individual Column Alignment
[324] Fix | Delete
*/
[325] Fix | Delete
}
[326] Fix | Delete
@media (max-width: 599px) {
[327] Fix | Delete
.wp-block-column {
[328] Fix | Delete
flex-basis: 100% !important;
[329] Fix | Delete
}
[330] Fix | Delete
}
[331] Fix | Delete
@media (min-width: 600px) and (max-width: 781px) {
[332] Fix | Delete
.wp-block-column:not(:only-child) {
[333] Fix | Delete
flex-basis: calc(50% - 1em) !important;
[334] Fix | Delete
flex-grow: 0;
[335] Fix | Delete
}
[336] Fix | Delete
.wp-block-column:nth-child(even) {
[337] Fix | Delete
margin-left: 2em;
[338] Fix | Delete
}
[339] Fix | Delete
}
[340] Fix | Delete
@media (min-width: 782px) {
[341] Fix | Delete
.wp-block-column {
[342] Fix | Delete
flex-basis: 0;
[343] Fix | Delete
flex-grow: 1;
[344] Fix | Delete
}
[345] Fix | Delete
.wp-block-column[style*=flex-basis] {
[346] Fix | Delete
flex-grow: 0;
[347] Fix | Delete
}
[348] Fix | Delete
.wp-block-column:not(:first-child) {
[349] Fix | Delete
margin-left: 2em;
[350] Fix | Delete
}
[351] Fix | Delete
}
[352] Fix | Delete
.wp-block-column.is-vertically-aligned-top {
[353] Fix | Delete
align-self: flex-start;
[354] Fix | Delete
}
[355] Fix | Delete
.wp-block-column.is-vertically-aligned-center {
[356] Fix | Delete
-ms-grid-row-align: center;
[357] Fix | Delete
align-self: center;
[358] Fix | Delete
}
[359] Fix | Delete
.wp-block-column.is-vertically-aligned-bottom {
[360] Fix | Delete
align-self: flex-end;
[361] Fix | Delete
}
[362] Fix | Delete
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
[363] Fix | Delete
width: 100%;
[364] Fix | Delete
}
[365] Fix | Delete
[366] Fix | Delete
.wp-block-cover-image,
[367] Fix | Delete
.wp-block-cover {
[368] Fix | Delete
position: relative;
[369] Fix | Delete
background-size: cover;
[370] Fix | Delete
background-position: center center;
[371] Fix | Delete
min-height: 430px;
[372] Fix | Delete
width: 100%;
[373] Fix | Delete
display: flex;
[374] Fix | Delete
justify-content: center;
[375] Fix | Delete
align-items: center;
[376] Fix | Delete
padding: 1em;
[377] Fix | Delete
box-sizing: border-box;
[378] Fix | Delete
/**
[379] Fix | Delete
* Set a default background color for has-background-dim _unless_ it includes another
[380] Fix | Delete
* background-color class (e.g. has-green-background-color). The presence of another
[381] Fix | Delete
* background-color class implies that another style will provide the background color
[382] Fix | Delete
* for the overlay.
[383] Fix | Delete
*
[384] Fix | Delete
* See:
[385] Fix | Delete
* - Issue with background color specificity: https://github.com/WordPress/gutenberg/issues/26545
[386] Fix | Delete
* - Issue with alternative fix: https://github.com/WordPress/gutenberg/issues/26545
[387] Fix | Delete
*/
[388] Fix | Delete
}
[389] Fix | Delete
.wp-block-cover-image.has-parallax,
[390] Fix | Delete
.wp-block-cover.has-parallax {
[391] Fix | Delete
background-attachment: fixed;
[392] Fix | Delete
}
[393] Fix | Delete
@supports (-webkit-overflow-scrolling: touch) {
[394] Fix | Delete
.wp-block-cover-image.has-parallax,
[395] Fix | Delete
.wp-block-cover.has-parallax {
[396] Fix | Delete
background-attachment: scroll;
[397] Fix | Delete
}
[398] Fix | Delete
}
[399] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[400] Fix | Delete
.wp-block-cover-image.has-parallax,
[401] Fix | Delete
.wp-block-cover.has-parallax {
[402] Fix | Delete
background-attachment: scroll;
[403] Fix | Delete
}
[404] Fix | Delete
}
[405] Fix | Delete
.wp-block-cover-image.is-repeated,
[406] Fix | Delete
.wp-block-cover.is-repeated {
[407] Fix | Delete
background-repeat: repeat;
[408] Fix | Delete
background-size: auto;
[409] Fix | Delete
}
[410] Fix | Delete
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
[411] Fix | Delete
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
[412] Fix | Delete
background-color: #000;
[413] Fix | Delete
}
[414] Fix | Delete
.wp-block-cover-image.has-background-dim::before,
[415] Fix | Delete
.wp-block-cover.has-background-dim::before {
[416] Fix | Delete
content: "";
[417] Fix | Delete
background-color: inherit;
[418] Fix | Delete
}
[419] Fix | Delete
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
[420] Fix | Delete
.wp-block-cover-image .wp-block-cover__gradient-background,
[421] Fix | Delete
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
[422] Fix | Delete
.wp-block-cover .wp-block-cover__gradient-background {
[423] Fix | Delete
position: absolute;
[424] Fix | Delete
top: 0;
[425] Fix | Delete
left: 0;
[426] Fix | Delete
bottom: 0;
[427] Fix | Delete
right: 0;
[428] Fix | Delete
z-index: 1;
[429] Fix | Delete
opacity: 0.5;
[430] Fix | Delete
}
[431] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
[432] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
[433] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
[434] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
[435] Fix | Delete
opacity: 0.1;
[436] Fix | Delete
}
[437] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
[438] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
[439] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
[440] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
[441] Fix | Delete
opacity: 0.2;
[442] Fix | Delete
}
[443] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
[444] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
[445] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
[446] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
[447] Fix | Delete
opacity: 0.3;
[448] Fix | Delete
}
[449] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
[450] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
[451] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
[452] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
[453] Fix | Delete
opacity: 0.4;
[454] Fix | Delete
}
[455] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
[456] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
[457] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
[458] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
[459] Fix | Delete
opacity: 0.5;
[460] Fix | Delete
}
[461] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
[462] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
[463] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
[464] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
[465] Fix | Delete
opacity: 0.6;
[466] Fix | Delete
}
[467] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
[468] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
[469] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
[470] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
[471] Fix | Delete
opacity: 0.7;
[472] Fix | Delete
}
[473] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
[474] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
[475] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
[476] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
[477] Fix | Delete
opacity: 0.8;
[478] Fix | Delete
}
[479] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
[480] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
[481] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
[482] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
[483] Fix | Delete
opacity: 0.9;
[484] Fix | Delete
}
[485] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
[486] Fix | Delete
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
[487] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
[488] Fix | Delete
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
[489] Fix | Delete
opacity: 1;
[490] Fix | Delete
}
[491] Fix | Delete
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
[492] Fix | Delete
.wp-block-cover.alignleft,
[493] Fix | Delete
.wp-block-cover.alignright {
[494] Fix | Delete
max-width: 420px;
[495] Fix | Delete
width: 100%;
[496] Fix | Delete
}
[497] Fix | Delete
.wp-block-cover-image::after,
[498] Fix | Delete
.wp-block-cover::after {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function