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.
25 lines
351 B
25 lines
351 B
@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;
|
|
}
|