convert some more cards

This commit is contained in:
Samuel Shifterovich
2018-10-25 18:12:44 +02:00
parent 29a52f38b2
commit 0192711cc9
3 changed files with 88 additions and 178 deletions

View File

@ -8,17 +8,17 @@
/* todo */
}
/* .card-success, .card-success .card-header {
/*.card-success, */ .card-success .card-header {
border-color: rgba(40, 167, 69, 0.5) !important;
}
.card-primary, .card-primary .card-header {
/*.card-primary, */ .card-primary .card-header {
border-color: rgba(0, 123, 255, 0.5) !important;
}
.card-warning, .card-warning .card-header {
/*.card-warning, */ .card-warning .card-header {
border-color: rgba(255, 193, 7, 0.5) !important;
} */
}