Completes Sub Categories and Measures for "All " Category Tabs -

Milford High School (Milford District).  Add tabs to top navigation [#179727241]
This commit is contained in:
Liam Morley 2021-10-07 17:07:39 -04:00 committed by rebuilt
parent 5595af15b6
commit a406205e20
16 changed files with 106 additions and 17 deletions

View file

@ -8,6 +8,7 @@ $white: #FFFFFF;
$blue: #01788E;
$red: #C93047;
$light-blue: #FAFCFD;
$dark-blue: #004D61;
$teal: #00B0B3;
$mint: #B2D236;
@ -42,6 +43,12 @@ $ideal: #C0FF73;
background-color: $light-blue;
}
.nav-tabs {
.bg-color-dark-blue {
background-color: $dark-blue;
}
}
.bg-color-blue {
background-color: $blue;
}

View file

@ -1,4 +1,3 @@
@import 'fonts';
@import 'bootstrap';
@import 'fonts';

View file

@ -0,0 +1,12 @@
.nav-tabs {
margin-bottom: -1rem;
border-bottom: 1px solid transparent;
.nav-link {
color: white;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
}
.nav-item {
margin-right: 1px;
}

View file

@ -5,6 +5,7 @@
@import "fonts";
@import "borders";
@import "dashboard";
@import "navigation";
@import "buttons";
@import "scss/fontawesome.scss" ;
@import "scss/solid.scss";