提交 11a6f332 编写于 作者: C Catouse

* improve cards UI.

上级 0250b88e
......@@ -58,6 +58,13 @@
text-overflow: ellipsis;
}
.card-actions {
.btn + .pull-right {
line-height: 20px;
padding: 6px 0;
}
}
&:hover {
box-shadow: 0 1px 5px rgba(0,0,0,.175);
text-decoration: none;
......@@ -76,6 +83,13 @@
.card {
border: none;
box-shadow: none;
border-radius: 0;
> img,
> .media-wrapper {
border-radius: @border-radius-base;
overflow: hidden;
}
> .card-heading,
> .card-actions,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册