Browse Source

feat: remove profile less (#10972)

pull/10975/head
kiner-tang(文辉) 3 years ago
committed by GitHub
parent
commit
7c83d3b444
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 60
      src/pages/profile/advanced/style.less
  2. 8
      src/pages/profile/basic/style.less

60
src/pages/profile/advanced/style.less

@ -1,60 +0,0 @@
@import '~antd/es/style/themes/default.less';
.main {
:global {
.ant-descriptions-row > td {
padding-bottom: 8px;
}
.ant-page-header-heading-extra {
flex-direction: column;
}
}
}
.headerList {
margin-bottom: 4px;
:global {
.ant-descriptions-row > td {
padding-bottom: 8px;
}
}
.stepDescription {
position: relative;
left: 38px;
padding-top: 8px;
font-size: 14px;
text-align: left;
> div {
margin-top: 8px;
margin-bottom: 4px;
}
}
}
.pageHeader {
:global {
.ant-page-header-heading-extra > * + * {
margin-left: 8px;
}
}
.moreInfo {
display: flex;
justify-content: space-between;
width: 200px;
}
}
@media screen and (max-width: @screen-sm) {
.stepDescription {
left: 8px;
}
.pageHeader {
:global {
.ant-pro-page-header-wrap-row {
flex-direction: column;
}
}
}
}

8
src/pages/profile/basic/style.less

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