tweak Card style

pull/8064/head
ddcat1115 7 years ago
parent fce4860243
commit 7acf29bc9c

@ -116,7 +116,6 @@
& > li { & > li {
float: left; float: left;
text-align: center; text-align: center;
height: 16px;
margin: 12px 0; margin: 12px 0;
color: @text-color-secondary; color: @text-color-secondary;
@ -124,11 +123,9 @@
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
height: 32px; line-height: 22px;
line-height: 32px;
min-width: 32px; min-width: 32px;
position: relative; position: relative;
top: -8px;
&:hover { &:hover {
color: @primary-color; color: @primary-color;
@ -190,6 +187,8 @@
} }
&-meta { &-meta {
margin: -4px 0;
&-content { &-content {
display: table-row; display: table-row;
} }
@ -219,7 +218,7 @@
font-weight: 500; font-weight: 500;
} }
&-desscription { &-description {
color: @text-color-secondary; color: @text-color-secondary;
} }
} }

Loading…
Cancel
Save