style(theme): 微调 card 阴影效果

This commit is contained in:
Argo Zhang 2019-08-12 16:02:30 +08:00
parent 3ee31d306c
commit 81f8a6db71
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 12 additions and 0 deletions

View File

@ -500,8 +500,14 @@ input.pending {
margin-bottom: 15px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);
border-top: solid 3px rgba(108, 117, 125, 0.6);
transition: all linear .3s;
}
.card:hover {
box-shadow: 0 0 8px 0 rgba(0,0,0,.15), 0 2px 4px 0 rgba(255,255,255,0);
border-top-color: #6c757d;
}
.card .card-header a {
color: #797979;
}

View File

@ -500,8 +500,14 @@ input.pending {
margin-bottom: 15px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);
border-top: solid 3px rgba(108, 117, 125, 0.6);
transition: all linear .3s;
}
.card:hover {
box-shadow: 0 0 8px 0 rgba(0,0,0,.15), 0 2px 4px 0 rgba(255,255,255,0);
border-top-color: #6c757d;
}
.card .card-header a {
color: #797979;
}