theme.js 330 Bytes
Newer Older
afc163's avatar
afc163 committed
1 2 3 4 5 6 7 8 9
// https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
module.exports = {
  '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',
};