mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
enlarge close area of Modal
This commit is contained in:
parent
f776c9d596
commit
b9ff7ed613
@ -41,8 +41,8 @@
|
||||
border: 0;
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 16px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
@ -58,10 +58,10 @@
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
text-rendering: auto;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
font-size: @font-size-lg;
|
||||
line-height: 1;
|
||||
|
||||
&:before {
|
||||
content: "\e633";
|
||||
@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
&-header {
|
||||
padding: 14px 16px;
|
||||
padding: 13px 16px;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
background: @component-background;
|
||||
color: @text-color;
|
||||
|
Loading…
Reference in New Issue
Block a user