Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";
.payment-method-delete-primary-confirmation {
&__separator {
margin: 24px 0;
}
&__card {
font-size: 0.875rem;
&-title {
font-weight: bold;
}
&-details {
display: flex;
margin-top: 1rem;
& > div {
margin-right: 32px;
}
&-loader {
width: 100%;
height: 30px;
@include placeholder( --color-neutral-10 );
@include break-mobile {
width: 50%;
}
}
&-logo {
svg {
filter: grayscale(100%);
}
}
}
}
&__notice {
margin: 1rem 0 0;
font-size: 1rem;
}
}