HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
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;
            }
        }
    }
}