scss _Gravityform-fix.scss

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss _Gravityform-fix.scss相关的知识,希望对你有一定的参考价值。

.gform_wrapper {
    label {
        color: $main-black;
        font-family: $font-roboto;
        font-size: 1.2rem;
        font-weight: 400 !important;
        line-height: 1.6rem;
        text-transform: uppercase;
    }
    input:not([type='submit']), input.datepicker, textarea {
        width: 97.5% !important;
        background: #e7e7e7;
        border: 0;
        color: $main-black;
        padding: 0.3em !important;
    }
    input[type='submit'] {
        border: 0 !important;
        padding:0 2em !important;
        border-radius: 0 !important;
        font-family: $font-colaborate !important;
        font-size: 1.4rem !important;
        font-weight: 400 !important;
        line-height: 47px !important;

        float: left !important;

        margin: 0 !important;
        margin-left: 24px !important;

        transition: all 300ms !important;
        text-align: center !important;
        letter-spacing: .1em !important;
        text-transform: uppercase !important;

        color: white !important;
        background-color: $main-green !important;
        &:hover,
        &:active,
        &:focus
        {
            background-color: $main-orange !important;
            color: white !important;
        }
    }
    li.gfield.gfield_error, li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        border: 0 !important;
        border-top: 0px !important;
        border-bottom: 0px !important;
        background-color: transparent !important;
    }
    .gfield_error .gfield_label {
        color: white !important;
    }
    .validation_message {
        color: white !important;
    }
    div.validation_error {
        color: white  !important;
        border-top: 2px solid white !important;
        border-bottom: 2px solid white !important;
    }
}

以上是关于scss _Gravityform-fix.scss的主要内容,如果未能解决你的问题,请参考以下文章

scss _hr.scss

scss _dotted线-ellipsis.scss

scss _centering.scss

scss _link.scss

scss _hover.scss

scss _image.scss