mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
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:
parent
5595af15b6
commit
a406205e20
16 changed files with 106 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
@import 'fonts';
|
||||
@import 'bootstrap';
|
||||
@import 'fonts';
|
||||
|
||||
|
|
|
|||
12
app/assets/stylesheets/navigation.scss
Normal file
12
app/assets/stylesheets/navigation.scss
Normal 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;
|
||||
}
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
@import "fonts";
|
||||
@import "borders";
|
||||
@import "dashboard";
|
||||
@import "navigation";
|
||||
@import "buttons";
|
||||
@import "scss/fontawesome.scss" ;
|
||||
@import "scss/solid.scss";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue