You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/resources/js/scss/Modify.scss

32 lines
956 B

6 years ago
/* --------------------------------------------------------
Navigation :: Bootstrap Tabs
-------------------------------------------------------- */
.nav-tabs {
justify-content: center;
}
.nav-item {
text-align: center;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border: 1px solid transparent;
border-bottom: 1px solid #ee3552;
color: #ee3552;
}
.nav-tabs .nav-link {
color: #000;
}
@each $Color, $Value in $Colors {
.nav-tabs .nav-link.WM-#{$Color}.active, .nav-tabs .nav-link.WM-#{$Color}:hover, .nav-tabs .nav-link.WM-#{$Color}:focus {
border-bottom: 1px solid $Value;
color: $Value;
}
}
/* --------------------------------------------------------
Vuetify :: Dialog
-------------------------------------------------------- */
.v-card__title--primary {
padding-top: 10px;
}