Edit File by line
/home/barbar84/www/wp-inclu.../css/dist/componen...
File: style.css
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus, .components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input {
[3000] Fix | Delete
outline: none;
[3001] Fix | Delete
box-shadow: none;
[3002] Fix | Delete
}
[3003] Fix | Delete
.components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
[3004] Fix | Delete
width: auto;
[3005] Fix | Delete
}
[3006] Fix | Delete
[3007] Fix | Delete
.components-form-token-field__label {
[3008] Fix | Delete
display: inline-block;
[3009] Fix | Delete
margin-bottom: 4px;
[3010] Fix | Delete
}
[3011] Fix | Delete
[3012] Fix | Delete
.components-form-token-field__help {
[3013] Fix | Delete
font-size: 12px;
[3014] Fix | Delete
font-style: normal;
[3015] Fix | Delete
color: #757575;
[3016] Fix | Delete
}
[3017] Fix | Delete
[3018] Fix | Delete
.components-form-token-field__token {
[3019] Fix | Delete
font-size: 13px;
[3020] Fix | Delete
display: flex;
[3021] Fix | Delete
margin: 2px 4px 2px 0;
[3022] Fix | Delete
color: #1e1e1e;
[3023] Fix | Delete
max-width: 100%;
[3024] Fix | Delete
}
[3025] Fix | Delete
.components-form-token-field__token.is-success .components-form-token-field__token-text,
[3026] Fix | Delete
.components-form-token-field__token.is-success .components-form-token-field__remove-token {
[3027] Fix | Delete
background: #4ab866;
[3028] Fix | Delete
}
[3029] Fix | Delete
.components-form-token-field__token.is-error .components-form-token-field__token-text,
[3030] Fix | Delete
.components-form-token-field__token.is-error .components-form-token-field__remove-token {
[3031] Fix | Delete
background: #cc1818;
[3032] Fix | Delete
}
[3033] Fix | Delete
.components-form-token-field__token.is-validating .components-form-token-field__token-text,
[3034] Fix | Delete
.components-form-token-field__token.is-validating .components-form-token-field__remove-token {
[3035] Fix | Delete
color: #757575;
[3036] Fix | Delete
}
[3037] Fix | Delete
.components-form-token-field__token.is-borderless {
[3038] Fix | Delete
position: relative;
[3039] Fix | Delete
padding: 0 16px 0 0;
[3040] Fix | Delete
}
[3041] Fix | Delete
.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
[3042] Fix | Delete
background: transparent;
[3043] Fix | Delete
color: #007cba;
[3044] Fix | Delete
color: var(--wp-admin-theme-color);
[3045] Fix | Delete
}
[3046] Fix | Delete
.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
[3047] Fix | Delete
background: transparent;
[3048] Fix | Delete
color: #757575;
[3049] Fix | Delete
position: absolute;
[3050] Fix | Delete
top: 1px;
[3051] Fix | Delete
right: 0;
[3052] Fix | Delete
}
[3053] Fix | Delete
.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
[3054] Fix | Delete
color: #4ab866;
[3055] Fix | Delete
}
[3056] Fix | Delete
.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
[3057] Fix | Delete
color: #cc1818;
[3058] Fix | Delete
border-radius: 4px 0 0 4px;
[3059] Fix | Delete
padding: 0 4px 0 6px;
[3060] Fix | Delete
}
[3061] Fix | Delete
.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
[3062] Fix | Delete
color: #1e1e1e;
[3063] Fix | Delete
}
[3064] Fix | Delete
.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
[3065] Fix | Delete
cursor: default;
[3066] Fix | Delete
}
[3067] Fix | Delete
[3068] Fix | Delete
.components-form-token-field__token-text,
[3069] Fix | Delete
.components-form-token-field__remove-token.components-button {
[3070] Fix | Delete
display: inline-block;
[3071] Fix | Delete
line-height: 24px;
[3072] Fix | Delete
height: auto;
[3073] Fix | Delete
background: #ddd;
[3074] Fix | Delete
min-width: unset;
[3075] Fix | Delete
transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
[3076] Fix | Delete
}
[3077] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[3078] Fix | Delete
.components-form-token-field__token-text,
[3079] Fix | Delete
.components-form-token-field__remove-token.components-button {
[3080] Fix | Delete
transition-duration: 0s;
[3081] Fix | Delete
animation-duration: 1ms;
[3082] Fix | Delete
}
[3083] Fix | Delete
}
[3084] Fix | Delete
[3085] Fix | Delete
.components-form-token-field__token-text {
[3086] Fix | Delete
border-radius: 2px 0 0 2px;
[3087] Fix | Delete
padding: 0 0 0 8px;
[3088] Fix | Delete
white-space: nowrap;
[3089] Fix | Delete
overflow: hidden;
[3090] Fix | Delete
text-overflow: ellipsis;
[3091] Fix | Delete
}
[3092] Fix | Delete
[3093] Fix | Delete
.components-form-token-field__remove-token.components-button {
[3094] Fix | Delete
cursor: pointer;
[3095] Fix | Delete
border-radius: 0 2px 2px 0;
[3096] Fix | Delete
padding: 0 2px;
[3097] Fix | Delete
color: #1e1e1e;
[3098] Fix | Delete
line-height: 10px;
[3099] Fix | Delete
overflow: initial;
[3100] Fix | Delete
}
[3101] Fix | Delete
.components-form-token-field__remove-token.components-button:hover {
[3102] Fix | Delete
color: #1e1e1e;
[3103] Fix | Delete
}
[3104] Fix | Delete
[3105] Fix | Delete
.components-form-token-field__suggestions-list {
[3106] Fix | Delete
flex: 1 0 100%;
[3107] Fix | Delete
min-width: 100%;
[3108] Fix | Delete
max-height: 9em;
[3109] Fix | Delete
overflow-y: auto;
[3110] Fix | Delete
transition: all 0.15s ease-in-out;
[3111] Fix | Delete
list-style: none;
[3112] Fix | Delete
border-top: 1px solid #757575;
[3113] Fix | Delete
margin: 4px -4px -4px;
[3114] Fix | Delete
padding: 0;
[3115] Fix | Delete
}
[3116] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[3117] Fix | Delete
.components-form-token-field__suggestions-list {
[3118] Fix | Delete
transition-duration: 0s;
[3119] Fix | Delete
}
[3120] Fix | Delete
}
[3121] Fix | Delete
[3122] Fix | Delete
.components-form-token-field__suggestion {
[3123] Fix | Delete
color: #757575;
[3124] Fix | Delete
display: block;
[3125] Fix | Delete
font-size: 13px;
[3126] Fix | Delete
padding: 4px 8px;
[3127] Fix | Delete
margin: 0;
[3128] Fix | Delete
cursor: pointer;
[3129] Fix | Delete
}
[3130] Fix | Delete
.components-form-token-field__suggestion.is-selected {
[3131] Fix | Delete
background: #007cba;
[3132] Fix | Delete
background: var(--wp-admin-theme-color);
[3133] Fix | Delete
color: #fff;
[3134] Fix | Delete
}
[3135] Fix | Delete
[3136] Fix | Delete
.components-form-token-field__suggestion-match {
[3137] Fix | Delete
text-decoration: underline;
[3138] Fix | Delete
}
[3139] Fix | Delete
[3140] Fix | Delete
@media (min-width: 600px) {
[3141] Fix | Delete
.components-guide {
[3142] Fix | Delete
width: 600px;
[3143] Fix | Delete
}
[3144] Fix | Delete
}
[3145] Fix | Delete
.components-guide .components-modal__header {
[3146] Fix | Delete
background: none;
[3147] Fix | Delete
border-bottom: none;
[3148] Fix | Delete
width: 100%;
[3149] Fix | Delete
padding: 0;
[3150] Fix | Delete
margin: 0;
[3151] Fix | Delete
}
[3152] Fix | Delete
.components-guide .components-modal__header .components-button {
[3153] Fix | Delete
align-self: flex-start;
[3154] Fix | Delete
margin: 8px 8px 0 0;
[3155] Fix | Delete
position: static;
[3156] Fix | Delete
}
[3157] Fix | Delete
.components-guide .components-modal__header .components-button:hover svg {
[3158] Fix | Delete
fill: #fff;
[3159] Fix | Delete
}
[3160] Fix | Delete
.components-guide__container {
[3161] Fix | Delete
display: flex;
[3162] Fix | Delete
flex-direction: column;
[3163] Fix | Delete
justify-content: space-between;
[3164] Fix | Delete
margin-top: -60px;
[3165] Fix | Delete
min-height: 100%;
[3166] Fix | Delete
}
[3167] Fix | Delete
.components-guide__page {
[3168] Fix | Delete
display: flex;
[3169] Fix | Delete
flex-direction: column;
[3170] Fix | Delete
justify-content: center;
[3171] Fix | Delete
position: relative;
[3172] Fix | Delete
}
[3173] Fix | Delete
@media (min-width: 600px) {
[3174] Fix | Delete
.components-guide__page {
[3175] Fix | Delete
min-height: 300px;
[3176] Fix | Delete
}
[3177] Fix | Delete
}
[3178] Fix | Delete
.components-guide__footer {
[3179] Fix | Delete
align-content: center;
[3180] Fix | Delete
display: flex;
[3181] Fix | Delete
height: 30px;
[3182] Fix | Delete
justify-content: center;
[3183] Fix | Delete
margin: 0 0 24px 0;
[3184] Fix | Delete
padding: 0 32px;
[3185] Fix | Delete
position: relative;
[3186] Fix | Delete
width: 100%;
[3187] Fix | Delete
}
[3188] Fix | Delete
@media (max-width: 600px) {
[3189] Fix | Delete
.components-guide__footer {
[3190] Fix | Delete
position: absolute;
[3191] Fix | Delete
bottom: 0;
[3192] Fix | Delete
}
[3193] Fix | Delete
}
[3194] Fix | Delete
.components-guide__page-control {
[3195] Fix | Delete
margin: 8px 0 8px 0;
[3196] Fix | Delete
text-align: center;
[3197] Fix | Delete
}
[3198] Fix | Delete
.components-guide__page-control li {
[3199] Fix | Delete
display: inline-block;
[3200] Fix | Delete
}
[3201] Fix | Delete
.components-guide__page-control .components-button {
[3202] Fix | Delete
height: 30px;
[3203] Fix | Delete
min-width: 20px;
[3204] Fix | Delete
}
[3205] Fix | Delete
.components-guide .components-modal__content {
[3206] Fix | Delete
padding: 0;
[3207] Fix | Delete
}
[3208] Fix | Delete
[3209] Fix | Delete
.components-modal__frame.components-guide {
[3210] Fix | Delete
border: none;
[3211] Fix | Delete
min-width: 312px;
[3212] Fix | Delete
height: 80vh;
[3213] Fix | Delete
max-height: 575px;
[3214] Fix | Delete
}
[3215] Fix | Delete
@media (max-width: 600px) {
[3216] Fix | Delete
.components-modal__frame.components-guide {
[3217] Fix | Delete
bottom: 5%;
[3218] Fix | Delete
left: 16px;
[3219] Fix | Delete
right: 16px;
[3220] Fix | Delete
top: 5%;
[3221] Fix | Delete
margin: 0 auto;
[3222] Fix | Delete
}
[3223] Fix | Delete
}
[3224] Fix | Delete
[3225] Fix | Delete
.components-button.components-guide__back-button, .components-button.components-guide__forward-button, .components-button.components-guide__finish-button {
[3226] Fix | Delete
height: 30px;
[3227] Fix | Delete
position: absolute;
[3228] Fix | Delete
}
[3229] Fix | Delete
.components-button.components-guide__back-button, .components-button.components-guide__forward-button {
[3230] Fix | Delete
font-size: 13px;
[3231] Fix | Delete
padding: 4px 2px;
[3232] Fix | Delete
}
[3233] Fix | Delete
.components-button.components-guide__back-button.has-text svg, .components-button.components-guide__forward-button.has-text svg {
[3234] Fix | Delete
margin: 0;
[3235] Fix | Delete
}
[3236] Fix | Delete
.components-button.components-guide__back-button:hover, .components-button.components-guide__forward-button:hover {
[3237] Fix | Delete
text-decoration: underline;
[3238] Fix | Delete
}
[3239] Fix | Delete
.components-button.components-guide__back-button {
[3240] Fix | Delete
left: 32px;
[3241] Fix | Delete
}
[3242] Fix | Delete
.components-button.components-guide__forward-button {
[3243] Fix | Delete
right: 32px;
[3244] Fix | Delete
color: #1386bf;
[3245] Fix | Delete
font-weight: bold;
[3246] Fix | Delete
}
[3247] Fix | Delete
.components-button.components-guide__finish-button {
[3248] Fix | Delete
right: 32px;
[3249] Fix | Delete
}
[3250] Fix | Delete
.components-button.components-guide__inline-finish-button {
[3251] Fix | Delete
display: none;
[3252] Fix | Delete
}
[3253] Fix | Delete
[3254] Fix | Delete
[role=region] {
[3255] Fix | Delete
position: relative;
[3256] Fix | Delete
}
[3257] Fix | Delete
[3258] Fix | Delete
.is-focusing-regions [role=region]:focus::after {
[3259] Fix | Delete
content: "";
[3260] Fix | Delete
position: absolute;
[3261] Fix | Delete
top: 0;
[3262] Fix | Delete
bottom: 0;
[3263] Fix | Delete
left: 0;
[3264] Fix | Delete
right: 0;
[3265] Fix | Delete
pointer-events: none;
[3266] Fix | Delete
outline: 4px solid transparent;
[3267] Fix | Delete
box-shadow: inset 0 0 0 4px #007cba;
[3268] Fix | Delete
box-shadow: inset 0 0 0 4px var(--wp-admin-theme-color);
[3269] Fix | Delete
}
[3270] Fix | Delete
@supports (outline-offset: 1px) {
[3271] Fix | Delete
.is-focusing-regions [role=region]:focus::after {
[3272] Fix | Delete
content: none;
[3273] Fix | Delete
}
[3274] Fix | Delete
.is-focusing-regions [role=region]:focus {
[3275] Fix | Delete
outline-style: solid;
[3276] Fix | Delete
outline-color: #007cba;
[3277] Fix | Delete
outline-color: var(--wp-admin-theme-color);
[3278] Fix | Delete
outline-width: 4px;
[3279] Fix | Delete
outline-offset: -4px;
[3280] Fix | Delete
}
[3281] Fix | Delete
}
[3282] Fix | Delete
[3283] Fix | Delete
.components-menu-group + .components-menu-group {
[3284] Fix | Delete
margin-top: 8px;
[3285] Fix | Delete
padding-top: 8px;
[3286] Fix | Delete
border-top: 1px solid #1e1e1e;
[3287] Fix | Delete
}
[3288] Fix | Delete
[3289] Fix | Delete
.components-menu-group__label {
[3290] Fix | Delete
padding: 0 8px;
[3291] Fix | Delete
margin-top: 4px;
[3292] Fix | Delete
margin-bottom: 12px;
[3293] Fix | Delete
color: #757575;
[3294] Fix | Delete
text-transform: uppercase;
[3295] Fix | Delete
font-size: 11px;
[3296] Fix | Delete
font-weight: 500;
[3297] Fix | Delete
}
[3298] Fix | Delete
[3299] Fix | Delete
.components-menu-item__button,
[3300] Fix | Delete
.components-menu-item__button.components-button {
[3301] Fix | Delete
width: 100%;
[3302] Fix | Delete
}
[3303] Fix | Delete
.components-menu-item__button .components-menu-items__item-icon,
[3304] Fix | Delete
.components-menu-item__button.components-button .components-menu-items__item-icon {
[3305] Fix | Delete
margin-right: -2px;
[3306] Fix | Delete
margin-left: 24px;
[3307] Fix | Delete
display: inline-block;
[3308] Fix | Delete
flex: 0 0 auto;
[3309] Fix | Delete
}
[3310] Fix | Delete
.components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon,
[3311] Fix | Delete
.components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon {
[3312] Fix | Delete
margin-left: 8px;
[3313] Fix | Delete
}
[3314] Fix | Delete
.components-menu-item__button .block-editor-block-icon,
[3315] Fix | Delete
.components-menu-item__button.components-button .block-editor-block-icon {
[3316] Fix | Delete
margin-left: -2px;
[3317] Fix | Delete
margin-right: 8px;
[3318] Fix | Delete
}
[3319] Fix | Delete
[3320] Fix | Delete
.components-menu-item__info-wrapper {
[3321] Fix | Delete
display: flex;
[3322] Fix | Delete
flex-direction: column;
[3323] Fix | Delete
margin-right: auto;
[3324] Fix | Delete
}
[3325] Fix | Delete
[3326] Fix | Delete
.components-menu-item__info {
[3327] Fix | Delete
margin-top: 4px;
[3328] Fix | Delete
font-size: 12px;
[3329] Fix | Delete
color: #757575;
[3330] Fix | Delete
white-space: normal;
[3331] Fix | Delete
}
[3332] Fix | Delete
[3333] Fix | Delete
.components-menu-item__item {
[3334] Fix | Delete
white-space: nowrap;
[3335] Fix | Delete
margin-right: auto;
[3336] Fix | Delete
display: inline-flex;
[3337] Fix | Delete
align-items: center;
[3338] Fix | Delete
}
[3339] Fix | Delete
[3340] Fix | Delete
.components-menu-item__shortcut {
[3341] Fix | Delete
-ms-grid-row-align: center;
[3342] Fix | Delete
align-self: center;
[3343] Fix | Delete
margin-right: 0;
[3344] Fix | Delete
margin-left: auto;
[3345] Fix | Delete
padding-left: 24px;
[3346] Fix | Delete
color: currentColor;
[3347] Fix | Delete
display: none;
[3348] Fix | Delete
}
[3349] Fix | Delete
@media (min-width: 480px) {
[3350] Fix | Delete
.components-menu-item__shortcut {
[3351] Fix | Delete
display: inline;
[3352] Fix | Delete
}
[3353] Fix | Delete
}
[3354] Fix | Delete
[3355] Fix | Delete
.components-menu-items-choice svg,
[3356] Fix | Delete
.components-menu-items-choice.components-button svg {
[3357] Fix | Delete
margin-right: 12px;
[3358] Fix | Delete
}
[3359] Fix | Delete
.components-menu-items-choice.has-icon,
[3360] Fix | Delete
.components-menu-items-choice.components-button.has-icon {
[3361] Fix | Delete
padding-left: 12px;
[3362] Fix | Delete
}
[3363] Fix | Delete
[3364] Fix | Delete
.components-modal__screen-overlay {
[3365] Fix | Delete
position: fixed;
[3366] Fix | Delete
top: 0;
[3367] Fix | Delete
right: 0;
[3368] Fix | Delete
bottom: 0;
[3369] Fix | Delete
left: 0;
[3370] Fix | Delete
background-color: rgba(0, 0, 0, 0.35);
[3371] Fix | Delete
z-index: 100000;
[3372] Fix | Delete
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
[3373] Fix | Delete
animation-fill-mode: forwards;
[3374] Fix | Delete
}
[3375] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[3376] Fix | Delete
.components-modal__screen-overlay {
[3377] Fix | Delete
animation-duration: 1ms;
[3378] Fix | Delete
}
[3379] Fix | Delete
}
[3380] Fix | Delete
[3381] Fix | Delete
.components-modal__frame {
[3382] Fix | Delete
position: absolute;
[3383] Fix | Delete
top: 0;
[3384] Fix | Delete
right: 0;
[3385] Fix | Delete
bottom: 0;
[3386] Fix | Delete
left: 0;
[3387] Fix | Delete
box-sizing: border-box;
[3388] Fix | Delete
margin: 0;
[3389] Fix | Delete
border: 1px solid #ddd;
[3390] Fix | Delete
background: #fff;
[3391] Fix | Delete
box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
[3392] Fix | Delete
overflow: auto;
[3393] Fix | Delete
}
[3394] Fix | Delete
@media (min-width: 600px) {
[3395] Fix | Delete
.components-modal__frame {
[3396] Fix | Delete
top: 50%;
[3397] Fix | Delete
right: auto;
[3398] Fix | Delete
bottom: auto;
[3399] Fix | Delete
left: 50%;
[3400] Fix | Delete
min-width: 360px;
[3401] Fix | Delete
max-width: calc(100% - 16px - 16px);
[3402] Fix | Delete
max-height: 90%;
[3403] Fix | Delete
transform: translate(-50%, -50%);
[3404] Fix | Delete
animation: components-modal__appear-animation 0.1s ease-out;
[3405] Fix | Delete
animation-fill-mode: forwards;
[3406] Fix | Delete
}
[3407] Fix | Delete
}
[3408] Fix | Delete
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
[3409] Fix | Delete
.components-modal__frame {
[3410] Fix | Delete
animation-duration: 1ms;
[3411] Fix | Delete
}
[3412] Fix | Delete
}
[3413] Fix | Delete
[3414] Fix | Delete
@keyframes components-modal__appear-animation {
[3415] Fix | Delete
from {
[3416] Fix | Delete
margin-top: 32px;
[3417] Fix | Delete
}
[3418] Fix | Delete
to {
[3419] Fix | Delete
margin-top: 0;
[3420] Fix | Delete
}
[3421] Fix | Delete
}
[3422] Fix | Delete
.components-modal__header {
[3423] Fix | Delete
box-sizing: border-box;
[3424] Fix | Delete
border-bottom: 1px solid #ddd;
[3425] Fix | Delete
padding: 0 24px;
[3426] Fix | Delete
display: flex;
[3427] Fix | Delete
flex-direction: row;
[3428] Fix | Delete
justify-content: space-between;
[3429] Fix | Delete
background: #fff;
[3430] Fix | Delete
align-items: center;
[3431] Fix | Delete
height: 60px;
[3432] Fix | Delete
z-index: 10;
[3433] Fix | Delete
position: relative;
[3434] Fix | Delete
position: -webkit-sticky;
[3435] Fix | Delete
position: sticky;
[3436] Fix | Delete
top: 0;
[3437] Fix | Delete
margin: 0 -24px 24px;
[3438] Fix | Delete
}
[3439] Fix | Delete
@supports (-ms-ime-align: auto) {
[3440] Fix | Delete
.components-modal__header {
[3441] Fix | Delete
position: fixed;
[3442] Fix | Delete
width: 100%;
[3443] Fix | Delete
}
[3444] Fix | Delete
}
[3445] Fix | Delete
.components-modal__header .components-modal__header-heading {
[3446] Fix | Delete
font-size: 1rem;
[3447] Fix | Delete
font-weight: 600;
[3448] Fix | Delete
}
[3449] Fix | Delete
.components-modal__header h1 {
[3450] Fix | Delete
line-height: 1;
[3451] Fix | Delete
margin: 0;
[3452] Fix | Delete
}
[3453] Fix | Delete
.components-modal__header .components-button {
[3454] Fix | Delete
position: relative;
[3455] Fix | Delete
left: 8px;
[3456] Fix | Delete
}
[3457] Fix | Delete
[3458] Fix | Delete
.components-modal__header-heading-container {
[3459] Fix | Delete
align-items: center;
[3460] Fix | Delete
flex-grow: 1;
[3461] Fix | Delete
display: flex;
[3462] Fix | Delete
flex-direction: row;
[3463] Fix | Delete
justify-content: left;
[3464] Fix | Delete
}
[3465] Fix | Delete
[3466] Fix | Delete
.components-modal__header-icon-container {
[3467] Fix | Delete
display: inline-block;
[3468] Fix | Delete
}
[3469] Fix | Delete
.components-modal__header-icon-container svg {
[3470] Fix | Delete
max-width: 36px;
[3471] Fix | Delete
max-height: 36px;
[3472] Fix | Delete
padding: 8px;
[3473] Fix | Delete
}
[3474] Fix | Delete
[3475] Fix | Delete
.components-modal__content {
[3476] Fix | Delete
box-sizing: border-box;
[3477] Fix | Delete
height: 100%;
[3478] Fix | Delete
padding: 0 24px 24px;
[3479] Fix | Delete
}
[3480] Fix | Delete
@supports (-ms-ime-align: auto) {
[3481] Fix | Delete
.components-modal__content {
[3482] Fix | Delete
padding-top: 60px;
[3483] Fix | Delete
}
[3484] Fix | Delete
}
[3485] Fix | Delete
[3486] Fix | Delete
.components-notice {
[3487] Fix | Delete
display: flex;
[3488] Fix | Delete
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
[3489] Fix | Delete
font-size: 13px;
[3490] Fix | Delete
background-color: #fff;
[3491] Fix | Delete
border-left: 4px solid #007cba;
[3492] Fix | Delete
border-left: 4px solid var(--wp-admin-theme-color);
[3493] Fix | Delete
margin: 5px 15px 2px;
[3494] Fix | Delete
padding: 8px 12px;
[3495] Fix | Delete
align-items: center;
[3496] Fix | Delete
}
[3497] Fix | Delete
.components-notice.is-dismissible {
[3498] Fix | Delete
padding-right: 36px;
[3499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function