Edit File by line
/home/barbar84/www/wp-conte.../themes/twentytw...
File: style.css
.wp-block-quote {
[3000] Fix | Delete
border-left: none;
[3001] Fix | Delete
[3002] Fix | Delete
/**
[3003] Fix | Delete
* Block Options
[3004] Fix | Delete
*/
[3005] Fix | Delete
}
[3006] Fix | Delete
[3007] Fix | Delete
.wp-block-quote:before {
[3008] Fix | Delete
content: "“";
[3009] Fix | Delete
font-size: var(--quote--font-size);
[3010] Fix | Delete
line-height: var(--quote--line-height);
[3011] Fix | Delete
left: 8px;
[3012] Fix | Delete
}
[3013] Fix | Delete
[3014] Fix | Delete
.has-background .wp-block-quote .wp-block-quote__citation,
[3015] Fix | Delete
[class*=background-color] .wp-block-quote .wp-block-quote__citation,
[3016] Fix | Delete
[style*=background-color] .wp-block-quote .wp-block-quote__citation,
[3017] Fix | Delete
.wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
[3018] Fix | Delete
.has-background .wp-block-quote cite,
[3019] Fix | Delete
[class*=background-color] .wp-block-quote cite,
[3020] Fix | Delete
[style*=background-color] .wp-block-quote cite,
[3021] Fix | Delete
.wp-block-cover[style*=background-image] .wp-block-quote cite,
[3022] Fix | Delete
.has-background .wp-block-quote footer,
[3023] Fix | Delete
[class*=background-color] .wp-block-quote footer,
[3024] Fix | Delete
[style*=background-color] .wp-block-quote footer,
[3025] Fix | Delete
.wp-block-cover[style*=background-image] .wp-block-quote footer {
[3026] Fix | Delete
color: currentColor;
[3027] Fix | Delete
}
[3028] Fix | Delete
[3029] Fix | Delete
.wp-block-quote.has-text-align-right {
[3030] Fix | Delete
margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
[3031] Fix | Delete
padding-right: 0;
[3032] Fix | Delete
border-right: none;
[3033] Fix | Delete
}
[3034] Fix | Delete
[3035] Fix | Delete
.wp-block-quote.has-text-align-right:before {
[3036] Fix | Delete
display: none;
[3037] Fix | Delete
}
[3038] Fix | Delete
[3039] Fix | Delete
.wp-block-quote.has-text-align-right p:before {
[3040] Fix | Delete
content: "”";
[3041] Fix | Delete
font-size: var(--quote--font-size);
[3042] Fix | Delete
font-weight: normal;
[3043] Fix | Delete
line-height: var(--quote--line-height);
[3044] Fix | Delete
margin-right: 5px;
[3045] Fix | Delete
}
[3046] Fix | Delete
[3047] Fix | Delete
.wp-block-quote.has-text-align-center {
[3048] Fix | Delete
margin: var(--global--spacing-vertical) auto;
[3049] Fix | Delete
}
[3050] Fix | Delete
[3051] Fix | Delete
.wp-block-quote.has-text-align-center:before {
[3052] Fix | Delete
display: none;
[3053] Fix | Delete
}
[3054] Fix | Delete
[3055] Fix | Delete
.wp-block-quote.is-large,
[3056] Fix | Delete
.wp-block-quote.is-style-large {
[3057] Fix | Delete
padding-left: 0;
[3058] Fix | Delete
padding-right: 0;
[3059] Fix | Delete
[3060] Fix | Delete
/* Resetting margins to match _block-container.scss */
[3061] Fix | Delete
margin-top: var(--global--spacing-vertical);
[3062] Fix | Delete
margin-bottom: var(--global--spacing-vertical);
[3063] Fix | Delete
}
[3064] Fix | Delete
[3065] Fix | Delete
.wp-block-quote.is-large p,
[3066] Fix | Delete
.wp-block-quote.is-style-large p {
[3067] Fix | Delete
font-size: var(--quote--font-size-large);
[3068] Fix | Delete
font-style: var(--quote--font-style-large);
[3069] Fix | Delete
line-height: var(--quote--line-height-large);
[3070] Fix | Delete
}
[3071] Fix | Delete
[3072] Fix | Delete
.wp-block-quote.is-large:before,
[3073] Fix | Delete
.wp-block-quote.is-style-large:before {
[3074] Fix | Delete
font-size: var(--quote--font-size-large);
[3075] Fix | Delete
line-height: var(--quote--line-height-large);
[3076] Fix | Delete
left: calc(-1 * var(--global--spacing-horizontal));
[3077] Fix | Delete
}
[3078] Fix | Delete
[3079] Fix | Delete
.wp-block-quote.is-large.has-text-align-right:before,
[3080] Fix | Delete
.wp-block-quote.is-style-large.has-text-align-right:before {
[3081] Fix | Delete
display: none;
[3082] Fix | Delete
}
[3083] Fix | Delete
[3084] Fix | Delete
.wp-block-quote.is-large.has-text-align-right p:before,
[3085] Fix | Delete
.wp-block-quote.is-style-large.has-text-align-right p:before {
[3086] Fix | Delete
content: "”";
[3087] Fix | Delete
font-size: var(--quote--font-size-large);
[3088] Fix | Delete
font-weight: normal;
[3089] Fix | Delete
line-height: var(--quote--line-height-large);
[3090] Fix | Delete
margin-right: 10px;
[3091] Fix | Delete
}
[3092] Fix | Delete
[3093] Fix | Delete
.wp-block-quote.is-large .wp-block-quote__citation,
[3094] Fix | Delete
.wp-block-quote.is-large cite,
[3095] Fix | Delete
.wp-block-quote.is-large footer,
[3096] Fix | Delete
.wp-block-quote.is-style-large .wp-block-quote__citation,
[3097] Fix | Delete
.wp-block-quote.is-style-large cite,
[3098] Fix | Delete
.wp-block-quote.is-style-large footer {
[3099] Fix | Delete
color: var(--global--color-primary);
[3100] Fix | Delete
font-size: var(--global--font-size-sm);
[3101] Fix | Delete
}
[3102] Fix | Delete
@media only screen and (max-width: 481px) {
[3103] Fix | Delete
[3104] Fix | Delete
.wp-block-quote.is-large,
[3105] Fix | Delete
.wp-block-quote.is-style-large {
[3106] Fix | Delete
padding-left: var(--global--spacing-horizontal);
[3107] Fix | Delete
}
[3108] Fix | Delete
[3109] Fix | Delete
.wp-block-quote.is-large:before,
[3110] Fix | Delete
.wp-block-quote.is-style-large:before {
[3111] Fix | Delete
left: 0;
[3112] Fix | Delete
}
[3113] Fix | Delete
[3114] Fix | Delete
.wp-block-quote.is-large.has-text-align-right,
[3115] Fix | Delete
.wp-block-quote.is-style-large.has-text-align-right {
[3116] Fix | Delete
padding-left: 0;
[3117] Fix | Delete
padding-right: var(--global--spacing-horizontal);
[3118] Fix | Delete
}
[3119] Fix | Delete
[3120] Fix | Delete
.wp-block-quote.is-large.has-text-align-right:before,
[3121] Fix | Delete
.wp-block-quote.is-style-large.has-text-align-right:before {
[3122] Fix | Delete
right: 0;
[3123] Fix | Delete
}
[3124] Fix | Delete
[3125] Fix | Delete
.wp-block-quote.is-large.has-text-align-center,
[3126] Fix | Delete
.wp-block-quote.is-style-large.has-text-align-center {
[3127] Fix | Delete
padding-left: 0;
[3128] Fix | Delete
padding-right: 0;
[3129] Fix | Delete
}
[3130] Fix | Delete
}
[3131] Fix | Delete
@media only screen and (max-width: 481px) {
[3132] Fix | Delete
[3133] Fix | Delete
.wp-block-quote.has-text-align-right {
[3134] Fix | Delete
padding-left: 0;
[3135] Fix | Delete
padding-right: calc(0.5 * var(--global--spacing-horizontal));
[3136] Fix | Delete
}
[3137] Fix | Delete
[3138] Fix | Delete
.wp-block-quote.has-text-align-right:before {
[3139] Fix | Delete
right: 0;
[3140] Fix | Delete
}
[3141] Fix | Delete
[3142] Fix | Delete
.wp-block-quote.has-text-align-center {
[3143] Fix | Delete
padding-left: 0;
[3144] Fix | Delete
padding-right: 0;
[3145] Fix | Delete
}
[3146] Fix | Delete
}
[3147] Fix | Delete
[3148] Fix | Delete
.wp-block-rss {
[3149] Fix | Delete
padding-left: 0;
[3150] Fix | Delete
}
[3151] Fix | Delete
[3152] Fix | Delete
.wp-block-rss > li {
[3153] Fix | Delete
list-style: none;
[3154] Fix | Delete
}
[3155] Fix | Delete
[3156] Fix | Delete
.wp-block-rss:not(.is-grid) > li {
[3157] Fix | Delete
margin-top: calc(1.666 * var(--global--spacing-vertical));
[3158] Fix | Delete
margin-bottom: calc(1.666 * var(--global--spacing-vertical));
[3159] Fix | Delete
}
[3160] Fix | Delete
[3161] Fix | Delete
.wp-block-rss:not(.is-grid) > li:first-child {
[3162] Fix | Delete
margin-top: 0;
[3163] Fix | Delete
}
[3164] Fix | Delete
[3165] Fix | Delete
.wp-block-rss:not(.is-grid) > li:last-child {
[3166] Fix | Delete
margin-bottom: 0;
[3167] Fix | Delete
}
[3168] Fix | Delete
[3169] Fix | Delete
.wp-block-rss.is-grid > li {
[3170] Fix | Delete
margin-bottom: var(--global--spacing-vertical);
[3171] Fix | Delete
}
[3172] Fix | Delete
[3173] Fix | Delete
.wp-block-rss.is-grid > li:last-child {
[3174] Fix | Delete
margin-bottom: 0;
[3175] Fix | Delete
}
[3176] Fix | Delete
[3177] Fix | Delete
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
[3178] Fix | Delete
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
[3179] Fix | Delete
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
[3180] Fix | Delete
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
[3181] Fix | Delete
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
[3182] Fix | Delete
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
[3183] Fix | Delete
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
[3184] Fix | Delete
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
[3185] Fix | Delete
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
[3186] Fix | Delete
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
[3187] Fix | Delete
margin-bottom: 0;
[3188] Fix | Delete
}
[3189] Fix | Delete
[3190] Fix | Delete
.wp-block-rss > li > * {
[3191] Fix | Delete
margin-top: calc(0.333 * var(--global--spacing-vertical));
[3192] Fix | Delete
margin-bottom: calc(0.333 * var(--global--spacing-vertical));
[3193] Fix | Delete
}
[3194] Fix | Delete
[3195] Fix | Delete
.wp-block-rss > li > *:first-child {
[3196] Fix | Delete
margin-top: 0;
[3197] Fix | Delete
}
[3198] Fix | Delete
[3199] Fix | Delete
.wp-block-rss > li > *:last-child {
[3200] Fix | Delete
margin-bottom: 0;
[3201] Fix | Delete
}
[3202] Fix | Delete
[3203] Fix | Delete
.wp-block-rss .wp-block-rss__item-title > a {
[3204] Fix | Delete
display: inline-block;
[3205] Fix | Delete
font-family: var(--latest-posts--title-font-family);
[3206] Fix | Delete
font-size: var(--latest-posts--title-font-size);
[3207] Fix | Delete
font-weight: var(--heading--font-weight);
[3208] Fix | Delete
line-height: var(--global--line-height-heading);
[3209] Fix | Delete
margin-bottom: calc(0.333 * var(--global--spacing-vertical));
[3210] Fix | Delete
}
[3211] Fix | Delete
[3212] Fix | Delete
.wp-block-rss .wp-block-rss__item-author {
[3213] Fix | Delete
color: var(--global--color-primary);
[3214] Fix | Delete
font-size: var(--global--font-size-md);
[3215] Fix | Delete
line-height: var(--global--line-height-body);
[3216] Fix | Delete
}
[3217] Fix | Delete
[3218] Fix | Delete
.wp-block-rss .wp-block-rss__item-publish-date {
[3219] Fix | Delete
color: var(--global--color-primary);
[3220] Fix | Delete
font-size: var(--global--font-size-xs);
[3221] Fix | Delete
line-height: var(--global--line-height-body);
[3222] Fix | Delete
}
[3223] Fix | Delete
[3224] Fix | Delete
[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date,
[3225] Fix | Delete
.has-background .wp-block-rss .wp-block-rss__item-publish-date {
[3226] Fix | Delete
color: currentColor;
[3227] Fix | Delete
}
[3228] Fix | Delete
[3229] Fix | Delete
.wp-block-rss .wp-block-rss__item-excerpt,
[3230] Fix | Delete
.wp-block-rss .wp-block-rss__item-full-content {
[3231] Fix | Delete
font-family: var(--latest-posts--description-font-family);
[3232] Fix | Delete
font-size: var(--latest-posts--description-font-size);
[3233] Fix | Delete
line-height: var(--global--line-height-body);
[3234] Fix | Delete
margin-top: calc(0.666 * var(--global--spacing-vertical));
[3235] Fix | Delete
}
[3236] Fix | Delete
[3237] Fix | Delete
.wp-block-rss.alignfull {
[3238] Fix | Delete
padding-left: var(--global--spacing-unit);
[3239] Fix | Delete
padding-right: var(--global--spacing-unit);
[3240] Fix | Delete
}
[3241] Fix | Delete
[3242] Fix | Delete
.entry-content [class*=inner-container] .wp-block-rss.alignfull,
[3243] Fix | Delete
.entry-content .has-background .wp-block-rss.alignfull {
[3244] Fix | Delete
padding-left: 0;
[3245] Fix | Delete
padding-right: 0;
[3246] Fix | Delete
}
[3247] Fix | Delete
[3248] Fix | Delete
.wp-block-search {
[3249] Fix | Delete
max-width: var(--responsive--aligndefault-width);
[3250] Fix | Delete
}
[3251] Fix | Delete
[3252] Fix | Delete
.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
[3253] Fix | Delete
justify-content: center;
[3254] Fix | Delete
}
[3255] Fix | Delete
[3256] Fix | Delete
.wp-block-search .wp-block-search__label {
[3257] Fix | Delete
font-size: var(--form--font-size);
[3258] Fix | Delete
font-weight: var(--form--label-weight);
[3259] Fix | Delete
margin-bottom: calc(var(--global--spacing-vertical) / 3);
[3260] Fix | Delete
}
[3261] Fix | Delete
[3262] Fix | Delete
.wp-block-search .wp-block-search__input {
[3263] Fix | Delete
border: var(--form--border-width) solid var(--form--border-color);
[3264] Fix | Delete
border-radius: var(--form--border-radius);
[3265] Fix | Delete
color: var(--form--color-text);
[3266] Fix | Delete
line-height: var(--form--line-height);
[3267] Fix | Delete
max-width: inherit;
[3268] Fix | Delete
margin-right: calc(-1 * var(--button--border-width));
[3269] Fix | Delete
padding: var(--form--spacing-unit);
[3270] Fix | Delete
}
[3271] Fix | Delete
[3272] Fix | Delete
.wp-block-search .wp-block-search__input:focus {
[3273] Fix | Delete
color: var(--form--color-text);
[3274] Fix | Delete
border-color: var(--form--border-color);
[3275] Fix | Delete
}
[3276] Fix | Delete
[3277] Fix | Delete
.has-background .wp-block-search .wp-block-search__input,
[3278] Fix | Delete
[class*=background-color] .wp-block-search .wp-block-search__input,
[3279] Fix | Delete
[style*=background-color] .wp-block-search .wp-block-search__input,
[3280] Fix | Delete
.wp-block-cover[style*=background-image] .wp-block-search .wp-block-search__input {
[3281] Fix | Delete
border-color: currentColor;
[3282] Fix | Delete
}
[3283] Fix | Delete
[3284] Fix | Delete
.has-background.has-gray-background-color .wp-block-search .wp-block-search__input,
[3285] Fix | Delete
.has-background.has-dark-gray-background-color .wp-block-search .wp-block-search__input,
[3286] Fix | Delete
.has-background.has-black-background-color .wp-block-search .wp-block-search__input {
[3287] Fix | Delete
border-color: var(--global--color-white);
[3288] Fix | Delete
}
[3289] Fix | Delete
[3290] Fix | Delete
.wp-block-search button.wp-block-search__button {
[3291] Fix | Delete
margin-left: 0;
[3292] Fix | Delete
background-color: transparent;
[3293] Fix | Delete
color: var(--button--color-text-hover);
[3294] Fix | Delete
line-height: 1;
[3295] Fix | Delete
}
[3296] Fix | Delete
[3297] Fix | Delete
.wp-block-search button.wp-block-search__button:hover {
[3298] Fix | Delete
background-color: var(--button--color-background);
[3299] Fix | Delete
color: var(--button--color-text);
[3300] Fix | Delete
}
[3301] Fix | Delete
[3302] Fix | Delete
.wp-block-search button.wp-block-search__button.has-icon {
[3303] Fix | Delete
padding: 6px calc(0.5 * var(--button--padding-horizontal));
[3304] Fix | Delete
}
[3305] Fix | Delete
[3306] Fix | Delete
.wp-block-search button.wp-block-search__button.has-icon svg {
[3307] Fix | Delete
width: 40px;
[3308] Fix | Delete
height: 40px;
[3309] Fix | Delete
fill: currentColor;
[3310] Fix | Delete
}
[3311] Fix | Delete
[3312] Fix | Delete
.has-background.has-gray-background-color .wp-block-search button.wp-block-search__button,
[3313] Fix | Delete
.has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button,
[3314] Fix | Delete
.has-background.has-black-background-color .wp-block-search button.wp-block-search__button {
[3315] Fix | Delete
color: var(--global--color-white);
[3316] Fix | Delete
border-color: currentColor;
[3317] Fix | Delete
}
[3318] Fix | Delete
[3319] Fix | Delete
.has-background.has-gray-background-color .wp-block-search button.wp-block-search__button:hover,
[3320] Fix | Delete
.has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button:hover,
[3321] Fix | Delete
.has-background.has-black-background-color .wp-block-search button.wp-block-search__button:hover {
[3322] Fix | Delete
background-color: var(--button--color-background);
[3323] Fix | Delete
border-color: var(--global--color-white);
[3324] Fix | Delete
color: var(--global--color-white);
[3325] Fix | Delete
}
[3326] Fix | Delete
[3327] Fix | Delete
.is-dark-theme .has-background.has-gray-background-color .wp-block-search button.wp-block-search__button:hover,
[3328] Fix | Delete
.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button:hover,
[3329] Fix | Delete
.is-dark-theme .has-background.has-black-background-color .wp-block-search button.wp-block-search__button:hover {
[3330] Fix | Delete
color: var(--button--color-text);
[3331] Fix | Delete
}
[3332] Fix | Delete
[3333] Fix | Delete
.has-background.has-white-background-color .wp-block-search button.wp-block-search__button,
[3334] Fix | Delete
.has-background.has-green-background-color .wp-block-search button.wp-block-search__button,
[3335] Fix | Delete
.has-background.has-blue-background-color .wp-block-search button.wp-block-search__button,
[3336] Fix | Delete
.has-background.has-purple-background-color .wp-block-search button.wp-block-search__button,
[3337] Fix | Delete
.has-background.has-red-background-color .wp-block-search button.wp-block-search__button,
[3338] Fix | Delete
.has-background.has-orange-background-color .wp-block-search button.wp-block-search__button,
[3339] Fix | Delete
.has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button {
[3340] Fix | Delete
border-color: currentColor;
[3341] Fix | Delete
color: currentColor;
[3342] Fix | Delete
}
[3343] Fix | Delete
[3344] Fix | Delete
.has-background.has-white-background-color .wp-block-search button.wp-block-search__button:hover,
[3345] Fix | Delete
.has-background.has-green-background-color .wp-block-search button.wp-block-search__button:hover,
[3346] Fix | Delete
.has-background.has-blue-background-color .wp-block-search button.wp-block-search__button:hover,
[3347] Fix | Delete
.has-background.has-purple-background-color .wp-block-search button.wp-block-search__button:hover,
[3348] Fix | Delete
.has-background.has-red-background-color .wp-block-search button.wp-block-search__button:hover,
[3349] Fix | Delete
.has-background.has-orange-background-color .wp-block-search button.wp-block-search__button:hover,
[3350] Fix | Delete
.has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button:hover {
[3351] Fix | Delete
background-color: var(--form--border-color);
[3352] Fix | Delete
border-color: var(--form--border-color);
[3353] Fix | Delete
color: var(--global--color-white);
[3354] Fix | Delete
}
[3355] Fix | Delete
[3356] Fix | Delete
.is-dark-theme .has-background.has-white-background-color .wp-block-search button.wp-block-search__button:hover,
[3357] Fix | Delete
.is-dark-theme .has-background.has-green-background-color .wp-block-search button.wp-block-search__button:hover,
[3358] Fix | Delete
.is-dark-theme .has-background.has-blue-background-color .wp-block-search button.wp-block-search__button:hover,
[3359] Fix | Delete
.is-dark-theme .has-background.has-purple-background-color .wp-block-search button.wp-block-search__button:hover,
[3360] Fix | Delete
.is-dark-theme .has-background.has-red-background-color .wp-block-search button.wp-block-search__button:hover,
[3361] Fix | Delete
.is-dark-theme .has-background.has-orange-background-color .wp-block-search button.wp-block-search__button:hover,
[3362] Fix | Delete
.is-dark-theme .has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button:hover {
[3363] Fix | Delete
border-color: var(--button--color-text);
[3364] Fix | Delete
background-color: var(--button--color-text);
[3365] Fix | Delete
color: var(--button--color-background);
[3366] Fix | Delete
}
[3367] Fix | Delete
[3368] Fix | Delete
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
[3369] Fix | Delete
background-color: var(--global--color-white);
[3370] Fix | Delete
border: var(--form--border-width) solid var(--form--border-color);
[3371] Fix | Delete
border-radius: var(--form--border-radius);
[3372] Fix | Delete
}
[3373] Fix | Delete
[3374] Fix | Delete
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
[3375] Fix | Delete
margin-right: 0;
[3376] Fix | Delete
}
[3377] Fix | Delete
[3378] Fix | Delete
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
[3379] Fix | Delete
outline: 2px dotted var(--form--border-color);
[3380] Fix | Delete
outline-offset: -5px;
[3381] Fix | Delete
}
[3382] Fix | Delete
[3383] Fix | Delete
.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
[3384] Fix | Delete
outline-color: currentColor;
[3385] Fix | Delete
}
[3386] Fix | Delete
[3387] Fix | Delete
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button button.wp-block-search__button {
[3388] Fix | Delete
padding: var(--button--padding-vertical) var(--button--padding-horizontal);
[3389] Fix | Delete
}
[3390] Fix | Delete
[3391] Fix | Delete
.has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button,
[3392] Fix | Delete
.has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button,
[3393] Fix | Delete
.has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
[3394] Fix | Delete
border-color: var(--button--color-background);
[3395] Fix | Delete
color: var(--button--color-background);
[3396] Fix | Delete
}
[3397] Fix | Delete
[3398] Fix | Delete
.has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
[3399] Fix | Delete
.has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
[3400] Fix | Delete
.has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
[3401] Fix | Delete
color: var(--global--color-white);
[3402] Fix | Delete
}
[3403] Fix | Delete
[3404] Fix | Delete
.is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button,
[3405] Fix | Delete
.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button,
[3406] Fix | Delete
.is-dark-theme .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
[3407] Fix | Delete
border-color: var(--button--color-text);
[3408] Fix | Delete
color: var(--button--color-text);
[3409] Fix | Delete
}
[3410] Fix | Delete
[3411] Fix | Delete
.is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
[3412] Fix | Delete
.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
[3413] Fix | Delete
.is-dark-theme .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
[3414] Fix | Delete
color: var(--global--color-white);
[3415] Fix | Delete
}
[3416] Fix | Delete
[3417] Fix | Delete
.is-dark-theme .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
[3418] Fix | Delete
border-color: var(--button--color-text);
[3419] Fix | Delete
color: var(--button--color-text);
[3420] Fix | Delete
}
[3421] Fix | Delete
[3422] Fix | Delete
.is-dark-theme .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
[3423] Fix | Delete
border-color: var(--button--color-text);
[3424] Fix | Delete
background-color: var(--button--color-text);
[3425] Fix | Delete
color: var(--button--color-background);
[3426] Fix | Delete
}
[3427] Fix | Delete
[3428] Fix | Delete
.wp-block-search__button {
[3429] Fix | Delete
box-shadow: none;
[3430] Fix | Delete
}
[3431] Fix | Delete
[3432] Fix | Delete
hr {
[3433] Fix | Delete
border-style: none;
[3434] Fix | Delete
border-bottom: var(--separator--height) solid var(--separator--border-color);
[3435] Fix | Delete
clear: both;
[3436] Fix | Delete
margin-left: auto;
[3437] Fix | Delete
margin-right: auto;
[3438] Fix | Delete
}
[3439] Fix | Delete
[3440] Fix | Delete
hr.wp-block-separator {
[3441] Fix | Delete
border-bottom: var(--separator--height) solid var(--separator--border-color);
[3442] Fix | Delete
opacity: 1;
[3443] Fix | Delete
[3444] Fix | Delete
/**
[3445] Fix | Delete
* Block Options
[3446] Fix | Delete
*/
[3447] Fix | Delete
}
[3448] Fix | Delete
[3449] Fix | Delete
hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
[3450] Fix | Delete
max-width: var(--responsive--aligndefault-width);
[3451] Fix | Delete
}
[3452] Fix | Delete
[3453] Fix | Delete
hr.wp-block-separator:not(.is-style-dots).alignwide {
[3454] Fix | Delete
max-width: var(--responsive--alignwide-width);
[3455] Fix | Delete
}
[3456] Fix | Delete
[3457] Fix | Delete
hr.wp-block-separator:not(.is-style-dots).alignfull {
[3458] Fix | Delete
max-width: var(--responsive--alignfull-width);
[3459] Fix | Delete
}
[3460] Fix | Delete
[3461] Fix | Delete
hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
[3462] Fix | Delete
border-bottom-width: calc(3 * var(--separator--height));
[3463] Fix | Delete
}
[3464] Fix | Delete
[3465] Fix | Delete
hr.wp-block-separator.is-style-dots.has-background,
[3466] Fix | Delete
hr.wp-block-separator.is-style-dots.has-text-color {
[3467] Fix | Delete
background-color: transparent !important;
[3468] Fix | Delete
}
[3469] Fix | Delete
[3470] Fix | Delete
hr.wp-block-separator.is-style-dots.has-background:before,
[3471] Fix | Delete
hr.wp-block-separator.is-style-dots.has-text-color:before {
[3472] Fix | Delete
color: currentColor !important;
[3473] Fix | Delete
}
[3474] Fix | Delete
[3475] Fix | Delete
hr.wp-block-separator.is-style-dots:before {
[3476] Fix | Delete
color: var(--separator--border-color);
[3477] Fix | Delete
font-size: var(--global--font-size-xl);
[3478] Fix | Delete
letter-spacing: var(--global--font-size-sm);
[3479] Fix | Delete
padding-left: var(--global--font-size-sm);
[3480] Fix | Delete
}
[3481] Fix | Delete
[3482] Fix | Delete
.has-background hr.wp-block-separator,
[3483] Fix | Delete
[class*=background-color] hr.wp-block-separator,
[3484] Fix | Delete
[style*=background-color] hr.wp-block-separator,
[3485] Fix | Delete
.wp-block-cover[style*=background-image] hr.wp-block-separator {
[3486] Fix | Delete
border-color: currentColor;
[3487] Fix | Delete
}
[3488] Fix | Delete
[3489] Fix | Delete
.wp-block-social-links a:focus {
[3490] Fix | Delete
color: var(--global--color-primary);
[3491] Fix | Delete
}
[3492] Fix | Delete
[3493] Fix | Delete
.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
[3494] Fix | Delete
color: var(--global--color-primary);
[3495] Fix | Delete
}
[3496] Fix | Delete
[3497] Fix | Delete
.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link {
[3498] Fix | Delete
background: none;
[3499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function