chore: move assets to namespaced folder

This commit is contained in:
Nelson Jovel 2024-01-05 21:04:15 -08:00
parent 548bf20fe8
commit 09ab4d214e
29 changed files with 859 additions and 1 deletions

View 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;
}