Add borders between tablist items
parent
c71f0da71b
commit
8bf3d57f0d
|
@ -353,3 +353,20 @@ $tick-script-overlay-margin: 30px;
|
|||
transform: translate(-50%, -50%) rotate(-45deg);
|
||||
}
|
||||
}
|
||||
|
||||
/* Add borders between items in .nav-tablist
|
||||
-----------------------------------------------------------------------------
|
||||
TODO: Add these styles into the theme
|
||||
*/
|
||||
|
||||
.nav.nav-tablist {
|
||||
background-color: $g5-pepper;
|
||||
|
||||
> li {
|
||||
margin-right: 2px;
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue