File: /home/globfdxw/www/wp-content/plugins/give/src/DonationForms/resources/styles/elements/_header.scss
.givewp-layouts {
&-header {
padding-bottom: 2rem;
}
&-headerTitle {
h2 {
color: inherit;
font-size: var(--givewp-font-size-heading-md);
line-height: 1.25;
font-weight: bold;
margin: 0;
}
}
&-headerDescription {
display: flex;
flex-direction: column;
gap: var(--givewp-spacing-4);
font-size: 1.125rem;
font-weight: 500;
* {
font-size: inherit;
font-weight: inherit;
color: inherit;
margin: 0;
}
a {
text-decoration: underline;
cursor: pointer;
&:hover {
text-decoration: none;
}
}
}
}