mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Fix a icon slice bug
This commit is contained in:
parent
411f529242
commit
a9954dce8b
@ -25,7 +25,8 @@
|
||||
|
||||
.anticon {
|
||||
font-size: 24px;
|
||||
margin-right: 12px;
|
||||
margin-right: 10px;
|
||||
padding: 0 1px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
&-header {
|
||||
padding: 13px 20px 14px 20px;
|
||||
border-radius: 5px 5px 0 0;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
background: #fff;
|
||||
color: #666;
|
||||
border-bottom: 1px solid @border-color-split;
|
||||
@ -90,6 +90,6 @@
|
||||
border-top: 1px solid @border-color-split;
|
||||
padding: 8px 20px 16px 10px;
|
||||
text-align: right;
|
||||
border-radius: 0 0 5px 5px;
|
||||
border-radius: 0 0 @border-radius-base @border-radius-base;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user