Browse Source

💄 (sresult):remove less (#10941)

Co-authored-by: yuanzhian <yuanzhian@cai-inc.com>
pull/10966/head
梓安 3 years ago
committed by GitHub
parent
commit
0e9dfaca87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      src/pages/result/fail/index.less
  2. 15
      src/pages/result/success/index.less

11
src/pages/result/fail/index.less

@ -1,11 +0,0 @@
@import '~antd/es/style/themes/default.less';
.error_icon {
color: @highlight-color;
}
.title {
margin-bottom: 16px;
color: @heading-color;
font-weight: 500;
font-size: 16px;
}

15
src/pages/result/success/index.less

@ -1,15 +0,0 @@
@import '~antd/es/style/themes/default.less';
.title {
position: relative;
color: @text-color;
font-size: 12px;
text-align: center;
}
.head-title {
margin-bottom: 20px;
color: @heading-color;
font-weight: 500px;
font-size: 16px;
}
Loading…
Cancel
Save