mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Bottom margin for tab nav only on portals
This commit is contained in:
@@ -90,6 +90,10 @@
|
||||
}
|
||||
// End Actions
|
||||
|
||||
.nav-tabs {
|
||||
margin-bottom: @margin-md;
|
||||
}
|
||||
|
||||
/*
|
||||
Begin Print
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user