style: add margin into profile popover

This commit is contained in:
caturbgs
2021-12-22 16:58:24 +07:00
parent 119fa6d0bd
commit 9460935e0a
2 changed files with 94 additions and 86 deletions

View File

@@ -61,8 +61,9 @@ code {
background-color: #e3e8ee !important;
}
.ant-menu-submenu-arrow{
padding-right: 40px !important;
padding-right: 40px !important;
}
.ant-breadcrumb {
margin-bottom: 10px !important;
}
@@ -70,4 +71,8 @@ code {
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: #ed1f24 !important;
border-color: #ed1f24 !important;
}
.profile-container .ant-popover-inner-content {
padding: 0 !important;
}