|
|
@ -1,6 +1,17 @@ |
|
|
|
@import '~perfect-scrollbar/css/perfect-scrollbar.css'; |
|
|
|
@import '~nprogress/nprogress.css'; |
|
|
|
|
|
|
|
.ant-layout-sider, |
|
|
|
.ant-menu.ant-menu-dark, |
|
|
|
.ant-menu-dark .ant-menu-inline.ant-menu-sub { |
|
|
|
background: #004093 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.ant-menu-item-selected { |
|
|
|
background: #2C6BC9 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.global-main { |
|
|
|
background: #FFFFFF; |
|
|
|
box-shadow: 0 0 12px 2px #dcdee033; |
|
|
@ -104,6 +115,7 @@ |
|
|
|
background-color: #F9F9F9; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.ant-select-selector { |
|
|
|
border: none !important; |
|
|
|
background-color: #F9F9F9 !important; |
|
|
|