:host {
    display: flex;
    flex-direction: column;
    .colors-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 1rem 0.5rem;
        deja-color-fab {
            float: left;
        }
        #subcolors {
            deja-color-fab {
                opacity: 1;
            }
        }
    }
    &[sub-tr] {
        #subcolors.colors-wrapper {
            deja-color-fab {
                opacity: 0;
                transform: scale(0, 0);
            }
        }
    }

    #reset {
        padding: 0.5rem 0;
        cursor: pointer;
        text-align: center;
    }
}
