mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 00:29:12 +08:00
b445baa001
* chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2 Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 8.0.2 to 9.0.2. - [Release notes](https://github.com/prettier/stylelint-config-prettier/releases) - [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.2) --- updated-dependencies: - dependency-name: stylelint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: autofix stylelint errors * chore: autofix stylelint errors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
47 lines
728 B
Plaintext
47 lines
728 B
Plaintext
@import (reference) '../../../../../components/style/themes/variable.less';
|
|
|
|
.home-card-logo {
|
|
position: relative;
|
|
display: inline-block;
|
|
max-width: 500px;
|
|
margin: 0 32px;
|
|
cursor: pointer;
|
|
|
|
.home-card-logo-icon {
|
|
position: absolute;
|
|
top: -38px;
|
|
left: 339px;
|
|
display: none;
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
.home-banner-mini {
|
|
display: block;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.home-banner-normal {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: @screen-sm-min) {
|
|
.home-card-logo {
|
|
height: 90px;
|
|
vertical-align: top;
|
|
|
|
.home-banner-mini {
|
|
display: none;
|
|
}
|
|
|
|
.home-banner-normal {
|
|
display: block;
|
|
}
|
|
|
|
.home-card-logo-icon {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|