afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
4 changed files with
6 additions and
3 deletions
-
site/theme/static/common.less
-
site/theme/static/home.less
-
site/theme/static/responsive.less
-
site/theme/static/toc.less
|
|
@ -40,6 +40,9 @@ a { |
|
|
|
|
|
|
|
.main-menu { |
|
|
|
z-index: 1; |
|
|
|
.ant-menu { |
|
|
|
border-color: @site-border-color-split; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.aside-container { |
|
|
|
|
|
@ -253,7 +253,7 @@ svg { |
|
|
|
.block-text-wrapper { |
|
|
|
padding-bottom: 24px; |
|
|
|
position: relative; |
|
|
|
border-bottom: 1px solid #ebedf0; |
|
|
|
border-bottom: 1px solid @site-border-color-split; |
|
|
|
h4 { |
|
|
|
font-size: 20px; |
|
|
|
line-height: 28px; |
|
|
|
|
|
@ -257,7 +257,7 @@ |
|
|
|
.product-block { |
|
|
|
padding-bottom: 35px; |
|
|
|
margin-bottom: 34px; |
|
|
|
border-bottom: 1px solid #ebedf0; |
|
|
|
border-bottom: 1px solid @site-border-color-split; |
|
|
|
&:last-child { |
|
|
|
margin-bottom: 32px; |
|
|
|
border-bottom: none; |
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
font-size: 12px; |
|
|
|
margin: 16px 0; |
|
|
|
padding-left: 0; |
|
|
|
border-left: 1px solid #ebedf0; |
|
|
|
border-left: 1px solid @site-border-color-split; |
|
|
|
list-style: none; |
|
|
|
} |
|
|
|
|
|
|
|