Skip to content

Commit

Permalink
disco content #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Jones committed Sep 3, 2024
1 parent eea20af commit 235a3fb
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 1 deletion.
Binary file modified app/.DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions app/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,22 @@ $govuk-global-styles: true;
height: 200px;
/* Adjust height for mobile view */
}
}



.dfe-inset-text--warning {
border-left-color: #d4351c;
font-weight: 700;
}


@media (min-width: 48.0625em) {
.sticky {
position: -webkit-sticky;
/* Safari */
position: sticky;
top: 20px;
z-index: 1000;
}
}
Loading

0 comments on commit 235a3fb

Please sign in to comment.