Commit 16d768d1 authored by nikogu's avatar nikogu

fixed design of result & user page

parent 3390281a
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
margin: 0 auto; margin: 0 auto;
.icon { .icon {
font-size: 72px; font-size: 64px;
line-height: 72px; line-height: 64px;
margin-bottom: 24px; margin-bottom: 32px;
& > .success { & > .success {
color: @success-color; color: @success-color;
...@@ -20,15 +20,16 @@ ...@@ -20,15 +20,16 @@
} }
.title { .title {
font-size: 24px; font-size: 20px;
color: @heading-color; color: @heading-color;
font-weight: 500; font-weight: 500;
line-height: 32px; line-height: 28px;
margin-bottom: 8px; margin-bottom: 8px;
} }
.description { .description {
font-size: 14px; font-size: 14px;
line-height: 22px;
color: @text-color-secondary; color: @text-color-secondary;
margin-bottom: 16px; margin-bottom: 16px;
} }
...@@ -42,7 +43,7 @@ ...@@ -42,7 +43,7 @@
} }
.actions { .actions {
margin-top: 32px; margin-top: 40px;
button:not(:last-child) { button:not(:last-child) {
margin-right: 8px; margin-right: 8px;
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
.title { .title {
font-size: 33px; font-size: 33px;
color: @heading-color; color: @heading-color;
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Myriad Pro Semibold', Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
position: relative; position: relative;
top: -2px; top: -2px;
} }
......
...@@ -78,7 +78,7 @@ export default class Login extends Component { ...@@ -78,7 +78,7 @@ export default class Login extends Component {
return ( return (
<div className={styles.main}> <div className={styles.main}>
<Form onSubmit={this.handleSubmit}> <Form onSubmit={this.handleSubmit}>
<Tabs className={styles.tabs} activeKey={type} onChange={this.onSwitch}> <Tabs animated={false} className={styles.tabs} activeKey={type} onChange={this.onSwitch}>
<TabPane tab="θ΄¦ζˆ·ε―†η η™»ε½•" key="account"> <TabPane tab="θ΄¦ζˆ·ε―†η η™»ε½•" key="account">
{ {
login.status === 'error' && login.status === 'error' &&
......
...@@ -7,6 +7,12 @@ ...@@ -7,6 +7,12 @@
.tabs { .tabs {
padding: 0 2px; padding: 0 2px;
margin: 0 -2px; margin: 0 -2px;
:global {
.ant-tabs-tab {
font-size: 16px;
line-height: 24px;
}
}
} }
:global { :global {
...@@ -82,6 +88,7 @@ ...@@ -82,6 +88,7 @@
.other { .other {
text-align: left; text-align: left;
margin-top: 24px; margin-top: 24px;
line-height: 22px;
.register { .register {
float: right; float: right;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment