committed by
GitHub
2 changed files with 0 additions and 68 deletions
@ -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; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
@ -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…
Reference in new issue