Skip to content

Commit

Permalink
refactor(css): use gap-4 (24px), gap-md-3 (16px); bump up 15px to 16px
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 5, 2024
1 parent d05fe77 commit 8d215cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% endif %}

{% for option in options %}
<div class="radio-input-group d-flex pt-4">{% include option.template_name with widget=option %}</div>
<div class="radio-input-group gap-4 gap-md-3 d-flex pt-4">{% include option.template_name with widget=option %}</div>
{% endfor %}

{% if group %}
Expand Down
11 changes: 0 additions & 11 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,23 +556,12 @@ footer .footer-links li a.footer-link:visited {
:root {
--radio-button-size: calc(24rem / 16);
--radio-input-color: var(--standout-color);
--radio-input-gap: calc(24rem / 16);
}

@media (min-width: 992px) {
:root {
--radio-input-gap: calc(15rem / 16);
}
}

.radio-label {
cursor: pointer;
}

.radio-input-group {
gap: var(--radio-input-gap);
}

.radio-input {
cursor: pointer;
-webkit-appearance: none;
Expand Down

0 comments on commit 8d215cd

Please sign in to comment.