Stop making nav tabs horizontally straight.
This commit is contained in:
@@ -3,17 +3,16 @@
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
// Make responsive horizontally
|
// Make responsive horizontally
|
||||||
display: block;
|
// display: block;
|
||||||
overflow-x: auto;
|
// overflow-x: auto;
|
||||||
overflow-y: clip;
|
// overflow-y: clip;
|
||||||
white-space: nowrap;
|
// white-space: nowrap;
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
// Make responsive horizontally
|
// Make responsive horizontally
|
||||||
display: inline-block;
|
// display: inline-block;
|
||||||
}
|
|
||||||
}
|
.nav-link {
|
||||||
.nav-tabs .nav-link {
|
|
||||||
border: none;
|
border: none;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
||||||
@@ -27,4 +26,6 @@
|
|||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user