Skip to content

Commit

Permalink
ER-864 Pin progress bar to bottom of card (#969)
Browse files Browse the repository at this point in the history
* Pin progress bar to bottom of card

* spacing
  • Loading branch information
peterdavidhamilton authored Nov 16, 2023
1 parent f6fecb1 commit c35368e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Progress bar
}

.bar-progress {
height: 10px;
height: 8px;
top: 10px;
border-radius: 4px;
}
Expand Down Expand Up @@ -42,6 +42,7 @@ Progress bar

.card-container img {
max-width: 100%;
margin-bottom: govuk-spacing(1);
}

.card {
Expand All @@ -54,6 +55,9 @@ Progress bar
}

&-container {
display: flex;
flex-direction: column;
height: calc(100% - 40px);
padding: govuk-spacing(4);

.card-progress-bar {
Expand Down

0 comments on commit c35368e

Please sign in to comment.