Add borders between tablist items

pull/2252/head
Alex P 2017-09-25 16:47:00 -07:00 committed by deniz kusefoglu
parent c71f0da71b
commit 8bf3d57f0d
1 changed files with 17 additions and 0 deletions

View File

@ -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;
}
}
}