ant-design/site/theme/template/Home/index.less
二货机器人 36bcaaef85
Add variable.less to support css variable (#31496)
* chore: use varaible.less

* chore: basic primary varaible

* chore: Move to variable

* chore: align active color

* chore: global fix of css variable

* chore: primary colors

* chore: button danger

* chore: btn default error color

* chore: button series

* chore: More examples

* chore: More components

* chore: Form demo

* chore: form style

* fix: Tag & Alert variable

* chore: update footer

* chore: rm tmp code

* chore: transfer

* fix: picker column active color

* chore: Adjust active bg color

* chore: table hover color

* chore: all css variables

* chore: Global using variables

* chore: Test case

* chore: Update test logic

* chore: back of default less

* chore: entry of site use proxy style

* chore: update entry

* chore: split of variables

* refactor: quick dist speed

* fix: site use variable version

* chore: Update less config

* chore: add mv script

* chore: Update repalcement script

* chore: Add inject variables

* chore: Update script

* fix: script path

* chore: Move to component instead

* chore: fix condition

* chore: update config

* chore: Update in less transform

* chore: Modify logic

* chore: change to variables

* chore: Update name

* fix: script name

* chore: do inject

* revert: back of path

* chore: 2 way of generate

* bump tools

* chore: Add auto replacement script

* chore: auto genrate less file

* chore: fix test

* test: More test case

* chore: Update limit config

* test: coverage

* docs: Update doc
2021-09-01 10:56:50 +08:00

80 lines
1.2 KiB
Plaintext

@import (reference) '../../../../components/style/themes/variable.less';
.home-container {
h1,
h2,
h3,
h4 {
&.ant-typography {
font-weight: 400;
}
}
img {
object-fit: cover;
}
.home-block-content {
margin: 88px 40px 124px;
h2.ant-typography {
margin-bottom: 56px;
}
&-extra {
float: right;
padding-top: 12px;
font-weight: 200;
font-size: 16px;
html.rtl & {
float: left;
}
}
}
.home-link-arrow {
position: relative;
margin-left: 0.3em;
font-size: 0.85em;
opacity: 0.75;
transition: all 0.2s;
&-rtl {
margin-right: 0.3em;
margin-left: 0;
}
}
a:hover .home-link-arrow {
transform: translateX(3px);
opacity: 1;
}
a:hover .home-link-arrow-rtl {
transform: translateX(-3px);
opacity: 1;
}
}
@media (max-width: @screen-sm-min) {
.home-container {
.home-block-content {
margin-top: 64px;
margin-bottom: 96px;
h2.ant-typography {
margin-bottom: 44px;
}
}
}
}
@media only screen and (max-width: 767.99px) {
.home-container {
.home-block-content {
margin-right: 24px;
margin-left: 24px;
}
}
}