45 lines
909 B
CSS
45 lines
909 B
CSS
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
monospace;
|
|
}
|
|
|
|
.ant-menu-inline .ant-menu-submenu-selected {
|
|
border: none;
|
|
}
|
|
|
|
.ant-menu-inline .ant-menu-submenu-selected > .ant-menu-submenu-title {
|
|
color: #548d10;
|
|
}
|
|
|
|
.ant-menu-inline .ant-menu-item-selected {
|
|
background-color: transparent;
|
|
border: none;
|
|
color: #548d10;
|
|
}
|
|
|
|
.ant-menu-item-selected {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.ant-menu-item-selected a,
|
|
.ant-menu-item-selected {
|
|
color: #548d10 !important;
|
|
}
|
|
|
|
.sider {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.no-expand-icon .ant-menu-submenu-arrow {
|
|
display: none !important;
|
|
}
|