style: 同步通用样式

This commit is contained in:
Argo Zhang (Win) 2019-08-09 13:17:33 +08:00
parent f2894d71bb
commit 07fe5a95d4
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 19 additions and 15 deletions

View File

@ -47,16 +47,18 @@
border-bottom: solid 1px #307eb6;
}
.card {
border-top: 1px;
}
.card, .modal-footer, .form-control, .popover, .date .input-group-text,
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger),
.form-select-input:hover {
border-color: #5198cb;
border-color: #84bbe2;
}
.card .card-header, .modal-header {
background-image: linear-gradient(to bottom, #5893be 0%, #63a6d7 100%);
background-color: #5899c8;
border-color: #3581b8;
}
.card .card-header, a[data-toggle="collapse"], .modal-header, .modal-header .close, .popover-header,

View File

@ -459,6 +459,8 @@ input.pending {
.card {
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);
}
.card .card-header a {
@ -477,10 +479,22 @@ input.pending {
transform: rotate(-90deg);
}
.card .card-header a.fa {
transition: color .3s linear;
}
.card .card-header a.fa:hover {
color: #333;
}
.card .card-header i + span {
margin-left: 6px;
}
.card-body .bootstrap-table {
margin-top: -10px;
}
.btn i + span {
margin-left: 4px;
}
@ -634,18 +648,6 @@ input.pending {
margin-bottom: -5px;
}
.card-body .bootstrap-table {
margin-top: -10px;
}
.card-header a.fa {
transition: color .3s linear;
}
.card-header a.fa:hover {
color: #333;
}
.fixed-table-toolbar .dropdown-menu {
min-width: unset;
}