File: /var/www/html/wpmuhibbah_err/wp-content/plugins/give/src/Campaigns/Blocks/CampaignCover/editor.scss
.givewp-campaign-cover-block {
&__button {
display: flex;
align-items: center;
justify-content: center;
min-height: 32px;
width: 100%;
margin-bottom: .5rem;
color: #2271b1;
border: 1px solid #2271b1;
border-radius: 2px;
}
&__image {
flex-grow: 1;
display: flex;
max-height: 4.44rem;
width: 100%;
object-fit: cover;
margin-bottom: .5rem;
border-radius: 2px;
}
&__help-text {
font-size: 0.75rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: left;
color: #4b5563;
}
&__edit-campaign-link {
display: inline-flex;
align-items: center;
gap: 0.125rem;
font-size: 0.75rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
svg {
fill: currentColor;
height: 1.25rem;
width: 1.25rem;
}
}
}
.givewp-campaign-cover-block-preview {
&__image {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
}