2 changed files with 11 additions and 9 deletions
@ -0,0 +1,10 @@ |
|||
// https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
|
|||
module.exports = { |
|||
'font-size-base': '14px', |
|||
'badge-font-size': '12px', |
|||
'btn-font-size-lg': '@font-size-base', |
|||
'menu-dark-bg': '#00182E', |
|||
'menu-dark-submenu-bg': '#000B14', |
|||
'layout-sider-background': '#00182E', |
|||
'layout-body-background': '#f0f2f5', |
|||
}; |
|||
Loading…
Reference in new issue