Skip to content

Commit

Permalink
Merge pull request #5 from ramoncordini/fix-card-footer-auto-resize
Browse files Browse the repository at this point in the history
Fix: Ajuste do card-footer para ficar posicionado ao bottom do card
  • Loading branch information
robertatakenaka authored Aug 30, 2024
2 parents f57ae75 + 8c472eb commit 1e05bfe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/1.0.0/dist/css/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/1.0.0/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
}

.card-footer {
/*
padding: $card-cap-padding-y $card-cap-padding-x;
color: $card-cap-color;
background-color: $card-cap-bg;
Expand All @@ -288,6 +289,12 @@
&:last-child {
@include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);
}
*/
padding: 1rem;
position: absolute;
left: 0;
bottom: 0;
right: 0;
}


Expand Down

0 comments on commit 1e05bfe

Please sign in to comment.