.broccoli-module-px2style-image {
    &__resource-type {
        padding: 0;
        > li {
            list-style-type: none;
            display: inline-block;
            padding: 0.2em 1em;
            margin: 0;
        }
    }
    &__image-preview-area {
        border: 1px solid #999;
        padding: 10px;
        margin: 10px auto;
        background: #fff;
        outline: none;
        border-radius: 5px;
        text-align: center;
    }

    &__image-preview {
        min-width: 10%;
        max-width: 100%;
        min-height: 1px;
        max-height: 200px;
        user-select: none;
        pointer-events: none;
    }

    &__no-image-preview {
        padding: 3em;
        font-weight: bold;
        font-size: 24px;
        color: #aaa;
    }
}
