some work on the cards

This commit is contained in:
Samuel Shifterovich
2018-10-23 20:07:59 +02:00
parent fe7dcc41a5
commit 45e7ffbc01
5 changed files with 81 additions and 54 deletions

View File

@ -1,7 +1,23 @@
/* BS4 */
.card-success {
background-color: rgba(40, 167, 69, 0.5)!important;
.card {
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
}
.card-bottom {
/* todo */
}
.card-success, .card-success .card-header {
border-color: rgba(40, 167, 69, 0.5) !important;
}
.card-primary, .card-primary .card-header {
border-color: rgba(0, 123, 255, 0.5) !important;
}
.card-warning, .card-warning .card-header {
border-color: rgba(255, 193, 7, 0.5) !important;
}