| .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; |
| } |