File size: 904 Bytes
1f8085b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
.m-0 {
bottom : 1px;
margin-top: auto;
color: black;
}
.bg-primary {
background-color: #1abc9c !important;
}
.text-white {
color: #fff !important;
}
.card .card-footer {
border-top: 1px solid #e2e5e8;
padding: 12px 20px;
}
.card-footer:last-child {
border-radius: 0 0 calc(2px - 0px) calc(2px - 0px);
}
.bg-primary {
background-color: #1abc9c !important;
}
.text-white {
color: #fff !important;
}
.bg-primary {
background-color: #1abc9c !important;
}
.card-footer {
padding: 1.25rem 1.25rem;
background-color: rgba(0, 0, 0, 0);
border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.card {
box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
margin-bottom: 30px;
transition: box-shadow 0.2s ease-in-out;
border-top: 3px solid #8CDDCD;
}
.overflow-hidden {
overflow: hidden !important;
}
.img{
font-size: 30px;
height: 45px;
width: 45px;
} |