@@ -1,5 +1,8 @@
|
|||||||
//Global Styles.
|
//Global Styles.
|
||||||
@import "react-big-calendar/lib/sass/styles";
|
@import "react-big-calendar/lib/sass/styles";
|
||||||
|
.ant-menu-item-divider {
|
||||||
|
border-bottom: 1px solid #74695c !important;
|
||||||
|
}
|
||||||
|
|
||||||
.imex-table-header {
|
.imex-table-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -255,6 +255,9 @@ function Header({handleMenuClick, currentUser, bodyshop, selectedHeader, signOut
|
|||||||
icon: <UnorderedListOutlined/>,
|
icon: <UnorderedListOutlined/>,
|
||||||
label: (<Link to="/manage/jobs/all">{t("menus.header.alljobs")}</Link>)
|
label: (<Link to="/manage/jobs/all">{t("menus.header.alljobs")}</Link>)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'divider',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'productionlist',
|
key: 'productionlist',
|
||||||
icon: <ScheduleOutlined/>,
|
icon: <ScheduleOutlined/>,
|
||||||
|
|||||||
Reference in New Issue
Block a user