Skip to content

Commit

Permalink
Deploying to gh-pages from @ 03f79cc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Jul 22, 2024
1 parent 917230d commit dd5f281
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions dist/examples.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
/*# sourceMappingURL=_all.scss.map */
/*# sourceMappingURL=_warnings.scss.map */
:root {
--govuk-frontend-version: "5.4.0";
--govuk-frontend-version: "5.4.1";
--govuk-frontend-breakpoint-mobile: 20rem;
--govuk-frontend-breakpoint-tablet: 40.0625rem;
--govuk-frontend-breakpoint-desktop: 48.0625rem; }
Expand Down Expand Up @@ -1460,8 +1460,8 @@

.govuk-checkboxes__conditional {
margin-bottom: 15px;
margin-left: 18px;
padding-left: 33px;
margin-left: 20px;
padding-left: 35px;
border-left: 4px solid #b1b4b6; }
@media (min-width: 40.0625em) {
.govuk-checkboxes__conditional {
Expand Down Expand Up @@ -1500,6 +1500,10 @@
margin-left: 10px;
padding-left: 20px; }

.govuk-checkboxes--small .govuk-checkboxes__divider {
width: 24px;
margin-bottom: 5px; }

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
outline: 3px dashed transparent;
outline-offset: 1px;
Expand Down

0 comments on commit dd5f281

Please sign in to comment.