@import "../styles/colors";

.container {
    border-radius: 50px;
    background-color: $blue;
    font-size: 14px;
    text-align: center;
    color: $white;
    font-weight: 300;
    cursor: pointer;
    border: none;
    padding: 8px 34px;
}

.disabled {
    background-color: $lightGray;
}
