67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
.trigger {
|
|
padding: 0 8px;
|
|
font-size: 18px;
|
|
line-height: 45px;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
background-color: #005488;
|
|
border-radius: 50%;
|
|
width: 35px;
|
|
height: 35px;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 18px;
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.trigger:hover {
|
|
color: #fff;
|
|
background-color: rgba(255, 255, 255, 0.36) !;
|
|
}
|
|
|
|
.icon-container {
|
|
width: 40px;
|
|
height: 40px;
|
|
/* margin-left: 15px; */
|
|
/* padding-left: 11px; */
|
|
position: absolute;
|
|
right: 30px;
|
|
margin-top: 10px;
|
|
}
|
|
.sidebar-menu-container .ant-menu-item,
|
|
.sidebar-menu-container .ant-menu-submenu {
|
|
margin-top: 25px !important;
|
|
}
|
|
|
|
.home-icon {
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.translations-icon {
|
|
right: 25px !important;
|
|
}
|
|
|
|
.menu-icon {
|
|
margin-top: -17px;
|
|
right: 30px !important;
|
|
width: 38px;
|
|
}
|
|
|
|
.warehouse-icon {
|
|
color: black !important;
|
|
width: 35px !important;
|
|
}
|
|
|
|
.tax-icon {
|
|
right: 18px !important;
|
|
margin-top: -17px;
|
|
}
|
|
|
|
.report-icon {
|
|
right: 30px !important;
|
|
width: 32px;
|
|
}
|