增加卡片视图模式样式,增加间隙

This commit is contained in:
Argo-Lenovo 2017-03-15 22:23:49 +08:00
parent 804ab97be1
commit 541b478373
1 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@ a, a:hover, a:focus {
color: #fff;
}
.card-view:not(:last-child) {
margin-bottom: 6px;
}
.header {
padding: 0 15px;
height: 94px;
@ -34,7 +38,7 @@ a, a:hover, a:focus {
}
.header a {
transition: all .3s linear;
transition: all .25s linear;
}
.header > .dropdown {