@import "variables";

vn-order-catalog {
    .catalog-header {
        border-bottom: $border-thin;
        padding: $spacing-md;
        align-items: center;

        & > vn-one {
            display: flex;
            flex: 1;

            span {
                color: $color-font-secondary
            }
        }
        & > vn-auto {
            width: 448px;
            display: flex;
            overflow: hidden;

            & > * {
                padding-left: $spacing-md;
            }
        }
    }
    .catalog-list {
        padding-top: $spacing-sm;
    }
    .item-color-background {
        background: linear-gradient($color-bg-panel, $color-main);
        border-radius: 50%;
        margin-left: 140px;
        margin-top: 140px;
        width: 40px;
        height: 40px;
        position: absolute;
    }
    .item-color {
        margin: auto;
        margin-top: 5px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .alert {
        color: $color-alert;
    }
}