// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

// Bootstrap
@import '~bootstrap/scss/bootstrap';
@import '~jquery-ui/themes/base/all.css';

.card{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border:0 !important;
}
.card-header{
    border: #cbd5e0 !important;
}
#menu .list-group .list-group-item{
    &.active{

        background-color: $primary;
        color: $white;
        a{
            color: $white;
            text-decoration: none;
        }
    }
    a{
        text-decoration: none;
    }
}
