.components-list {
    position: fixed;
    top: 4rem;
    right: 0;
    width: 300px;
}

.component-container {
    min-height: 300px;
}

#colors-container {
    //height: 400px;
}

#colors-container > div > div {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    float: left;
    margin: 30px;
    display: inline-block;
    & > span {
        position: relative;
        top: 105px;
    }
}
