update styling for tabs as buttons
This commit is contained in:
committed by
Daniel Friedman
parent
e7bfd2d62e
commit
77384f1a75
@@ -22,9 +22,12 @@
|
||||
%button-reset {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
// layout
|
||||
@@ -148,6 +151,7 @@
|
||||
border-bottom: 3px solid $gray-l5;
|
||||
|
||||
.nav-item {
|
||||
@extend %button-reset;
|
||||
display: inline-block;
|
||||
margin-bottom: -3px; // to match the border
|
||||
border-bottom: 3px solid $gray-l5;
|
||||
|
||||
Reference in New Issue
Block a user