mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-19 02:26:24 -07:00
chore: move assets to namespaced folder
This commit is contained in:
parent
548bf20fe8
commit
09ab4d214e
29 changed files with 859 additions and 1 deletions
24
app/assets/stylesheets/dashboard/partials/_navigation.scss
Normal file
24
app/assets/stylesheets/dashboard/partials/_navigation.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/* @import 'colors'; */
|
||||
/* @import 'fonts'; */
|
||||
|
||||
a:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 4px rgba($blue, 0.35);
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
margin-bottom: -1rem;
|
||||
|
||||
.nav-link {
|
||||
@extend .font-bitter;
|
||||
background-color: $dark-blue;
|
||||
&:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 4px rgba($white, 0.35);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
margin-right: 1px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue