Bottom margin for tab nav only on portals

This commit is contained in:
Jessica Lawshe 2018-09-21 17:11:47 -05:00
parent 7fc0ab36b3
commit b8fb750c16
2 changed files with 5 additions and 1 deletions

View file

@ -90,6 +90,10 @@
}
// End Actions
.nav-tabs {
margin-bottom: @margin-md;
}
/*
Begin Print
*/

View file

@ -2,7 +2,7 @@
// Overrides for nav.less
.nav-tabs {
border: 0!important;
margin-bottom: @margin-md;
margin-bottom: 0;
margin-top: -@line-height-computed; //- adjusted for portal-name
padding: @padding-lg 0 @padding-md;
text-align: center;