mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
6936599aef
* rename .stylelintrc to .stylelintrc.json for explicit file type * add new npm script lint-fix:style * fix pseudo-element with double colon * function name should be lower except ignored functions * support stylelint declaration-block-no-ignored-properties rule * support sorted CSS properties order for readability and consistency * autofix order of all styles by lint-fix:style script * remove double slash comments after selector * replace .stylelintignore with ignoreFiles in .stylelintrc.json
24 lines
339 B
Plaintext
24 lines
339 B
Plaintext
.new-version-info-modal {
|
|
img {
|
|
position: absolute;
|
|
top: 36px;
|
|
left: 34px;
|
|
width: 100px;
|
|
}
|
|
p {
|
|
margin-top: 1em;
|
|
}
|
|
.anticon {
|
|
display: none;
|
|
}
|
|
.ant-confirm-body {
|
|
.ant-confirm-title {
|
|
font-size: 18px;
|
|
}
|
|
margin-left: 120px;
|
|
.ant-confirm-content {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|