Your IP : 216.73.216.43


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/_fields.scss

.mask-fields {
    background-color: $bg-light;
    border: 1px solid $border-color;
    padding: 8px 15px 20px;
    margin-bottom: 20px;
    width: 480px;
    max-width: 100%;

    @media screen and (min-width: $bp-edit-flex) {
        flex-shrink: 0;
        margin-right: 10px;
    }

    @media screen and (min-width: $bp-laptop) {
        width: 380px;
    }

    @media screen and (min-width: $bp-desktop) {
        width: 465px;
        margin-bottom: 0;
    }

    &__label {
        margin-bottom: 5px;
        font-size: 16px;
    }
}