@import "../../variables/colors.scss";

.candidate-component {
    background-color: $primary;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.candidate-component:hover {
    background-color: $primary-hover;
}

.candidate-component p {
    color: $white;
    margin-bottom: 2px;
}
