Your IP : 216.73.216.220


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-list.scss

.mask-field-list {
    background: none;
    height: auto;
    margin: 0;
    border: 1px dashed #bbb;
    padding: 10px;
    background-color: #fff;

    &--empty {
        background: url('../Images/empty.svg') no-repeat;
        background-position: center 35%;
        background-size: 300px;
        background-color: #fff;
    }

    > .dragtarget {
        display: block;
        min-height: 438px;
        padding: 0 0 40px;
        margin: 0;
        list-style: none;
    }

    .mask-field--selectable {
        width: 100%;
        border: 1px dashed $border-color;
    }
}