Skip to content

Commit

Permalink
tweak Card style
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcat1115 committed Oct 27, 2017
1 parent fce4860 commit 7acf29b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions components/card/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,16 @@
& > li {
float: left;
text-align: center;
height: 16px;
margin: 12px 0;
color: @text-color-secondary;

& > span {
display: inline-block;
font-size: 14px;
cursor: pointer;
height: 32px;
line-height: 32px;
line-height: 22px;
min-width: 32px;
position: relative;
top: -8px;

&:hover {
color: @primary-color;
Expand Down Expand Up @@ -190,6 +187,8 @@
}

&-meta {
margin: -4px 0;

&-content {
display: table-row;
}
Expand Down Expand Up @@ -219,7 +218,7 @@
font-weight: 500;
}

&-desscription {
&-description {
color: @text-color-secondary;
}
}
Expand Down

0 comments on commit 7acf29b

Please sign in to comment.