enlarge close area of Modal

This commit is contained in:
afc163 2017-04-19 11:13:39 +08:00
parent f776c9d596
commit b9ff7ed613

View File

@ -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;