Initial commit.
This commit is contained in:
19
scss/bootstrap/_nav.scss
Normal file
19
scss/bootstrap/_nav.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
// Beautiful nav tabs
|
||||
.nav-tabs {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.nav-tabs .nav-link {
|
||||
border: none;
|
||||
color: #666;
|
||||
|
||||
&.active {
|
||||
color: $primary;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-bottom: 2px solid $primary;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user