improve transfer style

This commit is contained in:
afc163 2016-12-04 17:08:29 +08:00
parent d2644e3c11
commit 4ac50c660c

View File

@ -28,11 +28,11 @@
&-action {
color: #ccc;
position: absolute;
top: 2px;
right: 2px;
width: 32px;
height: 32px;
line-height: 32px;
top: 4px;
right: 4px;
bottom: 4px;
width: 28px;
line-height: 26px;
text-align: center;
font-size: @font-size-lg;
.@{iconfont-css-prefix} {
@ -43,6 +43,9 @@
color: @text-color-secondary;
}
}
span& {
pointer-events: none;
}
}
}
@ -73,7 +76,6 @@
position: absolute;
top: 0;
left: 0;
height: 28px;
padding: 4px;
width: 100%;
}