Skip to content

Commit

Permalink
Improve radio button CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Sep 10, 2023
1 parent fb2e2e3 commit b5199e6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bookmarks/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ span.confirmation {
}
}

.radio-group {
.form-label {
padding-bottom: 0;
}
.form-radio.form-inline {
margin: 0;
}
}

/* Additional utilities */

.truncate {
Expand Down
17 changes: 17 additions & 0 deletions bookmarks/styles/bookmark-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@
display: flex;
justify-content: space-between;
}

.radio-group {
.form-label {
padding-bottom: 0;
}
.form-radio.form-inline {
margin: 0 $unit-2 0 0;
padding: 0;
display: inline-flex;
align-items: center;
column-gap: $unit-1;
}
.form-icon {
top: 0;
position: relative;
}
}
}
}

Expand Down

0 comments on commit b5199e6

Please sign in to comment.