.Icons-list {
    /* stylelint-disable selector-no-type */
    .Icon-black-background {
        background-color: $color_black;
        display: inline-block;
        vertical-align: top;

        & > svg {
            height: 100%;
            width: 100%;
        }
    }

    .Icon-list-item {
        & > svg,
        & > .Icon-black-background {
            height: 32px;
            width: 32px;
        }

        & > label {
            line-height: 32px;
            margin-left: 10px;
            vertical-align: text-bottom;
        }

        display: inline-block;
        margin-bottom: 10px;
        width: 300px;
    }
    /* stylelint-enable selector-no-type */

    .Icons-upload,
    .Icons-chevron {
        vertical-align: initial;
    }
}
