feat(navbar): Adds vertical line between normal navigation and p
This commit is contained in:
committed by
mrugesh mohapatra
parent
27b5b7189c
commit
59dc80a621
@ -217,6 +217,7 @@ export class FCCNav extends React.Component {
|
||||
/> :
|
||||
null
|
||||
}
|
||||
<li className='divider-vertical'/>
|
||||
{
|
||||
navLinks.map(
|
||||
this.renderLink.bind(this, true)
|
||||
|
@ -100,6 +100,15 @@ li.nav-avatar {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.divider-vertical {
|
||||
height: 24px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
border-left: 0.25px solid #ffffff;
|
||||
border-right: 0.25px solid #ffffff;
|
||||
align:
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
.navbar-header {
|
||||
float: none;
|
||||
|
Reference in New Issue
Block a user