forked from Gitlink/forgeplus-react
25 lines
655 B
SCSS
25 lines
655 B
SCSS
|
|
.newMenu .ant-menu-item, .ant-menu-submenu-title{
|
|
margin: 2px 0px 2px 30px!important;
|
|
padding:0px!important;
|
|
font-size: 16px;
|
|
}
|
|
.newMenu.ant-menu-horizontal > .ant-menu-item:hover,
|
|
.newMenu.ant-menu-horizontal > .ant-menu-item-selected,
|
|
.newMenu.ant-menu-horizontal > .ant-menu-submenu:hover{
|
|
color: #21B350!important;
|
|
border-bottom:2px solid #fff!important;
|
|
}
|
|
.newMenu.ant-menu-horizontal > .ant-menu-item-selected{
|
|
color: #21B350!important;
|
|
position:relative;
|
|
}
|
|
.newMenu.ant-menu-horizontal > .ant-menu-item-selected:after{
|
|
position:absolute;
|
|
width:100%;
|
|
height:2px;
|
|
background:#28BD6C;
|
|
content:"";
|
|
left:0px;
|
|
bottom:-4px;
|
|
} |