Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Build/Sources/scss/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/mask/mask/Build/Sources/scss/_field-form.scss

.mask-field-form {
    background: #fff;
    margin-bottom: 0;
    width: 969px;
    max-width: 100%;

    &__inner {
        position: sticky;
        top: 10px;
    }

    .mask-shared-info {
        font-weight: bold;
        border-left: 3px solid #6daae0;
        background: #ebf3fb;
        padding: 4px 10px;

        &:before {
            font-family: FontAwesome;
            font-size: 12.5px;
            text-align: center;
            content: "\f06a";
            color: #6daae0;
            display: inline-block;
            margin-right: 5px;
        }

        small {
            display: block;
            font-weight: initial;
            margin-left: 20px;
        }
    }
}