committed by
GitHub
5 changed files with 53 additions and 134 deletions
@ -1,23 +0,0 @@ |
|||
.registerResult { |
|||
width: 800px; |
|||
min-height: 400px; |
|||
margin: auto; |
|||
padding: 80px; |
|||
background: none; |
|||
:global { |
|||
.anticon { |
|||
font-size: 64px; |
|||
} |
|||
} |
|||
.title { |
|||
margin-top: 32px; |
|||
font-size: 20px; |
|||
line-height: 28px; |
|||
} |
|||
.actions { |
|||
margin-top: 40px; |
|||
a + a { |
|||
margin-left: 8px; |
|||
} |
|||
} |
|||
} |
|||
@ -1,60 +0,0 @@ |
|||
@import '~antd/es/style/themes/default.less'; |
|||
|
|||
.main { |
|||
width: 368px; |
|||
margin: 0 auto; |
|||
|
|||
h3 { |
|||
margin-bottom: 20px; |
|||
font-size: 16px; |
|||
} |
|||
|
|||
.password { |
|||
margin-bottom: 24px; |
|||
:global { |
|||
.ant-form-item-explain { |
|||
display: none; |
|||
} |
|||
} |
|||
} |
|||
|
|||
.getCaptcha { |
|||
display: block; |
|||
width: 100%; |
|||
} |
|||
|
|||
.submit { |
|||
width: 50%; |
|||
} |
|||
|
|||
.login { |
|||
float: right; |
|||
line-height: @btn-height-lg; |
|||
} |
|||
} |
|||
|
|||
.success, |
|||
.warning, |
|||
.error { |
|||
transition: color 0.3s; |
|||
} |
|||
|
|||
.success { |
|||
color: @success-color; |
|||
} |
|||
|
|||
.warning { |
|||
color: @warning-color; |
|||
} |
|||
|
|||
.error { |
|||
color: @error-color; |
|||
} |
|||
|
|||
.progress-pass > .progress { |
|||
:global { |
|||
.ant-progress-bg { |
|||
background-color: @warning-color; |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue