diff --git a/src/pages/profile/advanced/style.less b/src/pages/profile/advanced/style.less deleted file mode 100644 index fa376f2858..0000000000 --- a/src/pages/profile/advanced/style.less +++ /dev/null @@ -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; - } - } - } -} diff --git a/src/pages/profile/basic/style.less b/src/pages/profile/basic/style.less deleted file mode 100644 index 68f3c93f3b..0000000000 --- a/src/pages/profile/basic/style.less +++ /dev/null @@ -1,8 +0,0 @@ -@import '~antd/es/style/themes/default.less'; - -.title { - margin-bottom: 16px; - color: @heading-color; - font-weight: 500; - font-size: 16px; -}