1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 13:31:50 +04:00

card with light footer

This commit is contained in:
codecalm
2021-03-13 20:09:16 +01:00
parent 58db3300b6
commit 7722615961
+10 -2
View File
@@ -33,12 +33,12 @@
.card-img,
.card-img-left {
.card-img-start {
@include border-start-radius($card-inner-border-radius);
}
.card-img,
.card-img-right {
.card-img-end {
@include border-end-radius($card-inner-border-radius);
}
@@ -168,10 +168,18 @@
flex: 1;
}
/*
Card footer
*/
.card-footer {
margin-top: auto;
}
.card-footer-gray {
border-top: 0;
background: $min-black;
}
.card-progress {
height: .25rem;