mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
25 lines
340 B
Plaintext
25 lines
340 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;
|
|
}
|
|
}
|
|
}
|