Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: inline radio item style specification #225

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Conversation

hamza14khan
Copy link
Contributor

@hamza14khan hamza14khan commented Aug 8, 2024

  • Updated styles for govie-radios--inline to --medium radios.
  • Addition of govie-radios--inline to --small radios.

Issue: 223

Tested it locally.

Before:
Screenshot 2024-08-08 at 13 33 56

After:
Screenshot 2024-08-08 at 13 32 29

@hamza14khan hamza14khan self-assigned this Aug 8, 2024
@@ -450,6 +450,7 @@
margin-bottom: 0;
padding-left: $label-offset;
float: left;
clear: left;
Copy link
Contributor Author

@hamza14khan hamza14khan Aug 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

making it consistent for --small radios.

@@ -374,7 +374,7 @@
// Inline radios
// =========================================================

.govie-radios--inline {
&.govie-radios--inline {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooooh, this was already there, but just missed the &, right?
Good it's an easy fix!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha yes, there was already a class made for it 💪

Copy link

@ekynoxe ekynoxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks! 🚀

@hamza14khan hamza14khan merged commit 4d234a3 into main Aug 8, 2024
1 check passed
@hamza14khan hamza14khan deleted the fix/govie-radio branch August 8, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants