Browse Source

Tweak styles

pull/21/head
afc163 9 years ago
parent
commit
92898b2996
  1. 2
      src/layouts/BasicLayout.js
  2. 7
      src/layouts/BasicLayout.less
  3. 2
      src/routes/Forms/StepForm/style.less

2
src/layouts/BasicLayout.js

@ -188,8 +188,8 @@ class BasicLayout extends React.PureComponent {
collapsedWidth={80}
breakpoint="md"
onCollapse={this.onCollapse}
style={{ minHeight: '100vh' }}
width={256}
className={styles.sider}
>
<div className={styles.logo}>
<Link to="/">

7
src/layouts/BasicLayout.less

@ -100,3 +100,10 @@
overflow-x: hidden;
}
}
.sider {
min-height: 100vh;
box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
position: relative;
z-index: 1;
}

2
src/routes/Forms/StepForm/style.less

@ -55,5 +55,5 @@
.money {
font-weight: 500;
font-size: 20px;
line-height: 22px;
line-height: 14px;
}

Loading…
Cancel
Save