Skip to content

Commit

Permalink
Merge pull request #201 from jacine/186-checkbox-description-asterisk
Browse files Browse the repository at this point in the history
[#186] Fix for asterisk with checkbox/description
  • Loading branch information
shadcn committed Jul 10, 2019
2 parents 5a8e012 + 188c40a commit f8e6e26
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12207,6 +12207,16 @@ li.dropbutton-toggle {
color: #787878;
}

label {
vertical-align: middle;
}

.form-required__indicator {
display: inline-block;
font-size: 0.5rem;
vertical-align: text-top;
}

fieldset summary,
details summary {
font-size: 0.875rem;
Expand Down Expand Up @@ -12263,7 +12273,7 @@ form > .form-actions:last-child {
padding: 0;
position: relative;
}
.form-check svg {
.form-check > svg {
font-size: 1.3rem;
position: absolute;
top: 2px;
Expand Down Expand Up @@ -13270,16 +13280,6 @@ form.previous-balances-reports-download-form .form-actions .btn {
align-items: stretch;
}

label {
vertical-align: middle;
}

.form-required__indicator {
display: inline-block;
font-size: 0.5rem;
vertical-align: text-top;
}

.contact-message-form .form-item-copy {
margin-top: 1.5rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
padding: 0;
position: relative;

svg {
> svg {
font-size: 1.3rem;
position: absolute;
top: 2px;
Expand Down
10 changes: 10 additions & 0 deletions themes/custom/apigee_kickstart/src/components/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
color: $gray-600;
}

label {
vertical-align: middle;
}

.form-required__indicator {
display: inline-block;
font-size: 0.5rem;
vertical-align: text-top;
}

fieldset,
details {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
@import "apigee/rate-plan";
@import "apigee/team-switcher";
@import "block/block";
@import "form/form";
@import "form/form.contact";
@import "form/form.search-form";
@import "form/form.user";
Expand Down
9 changes: 0 additions & 9 deletions themes/custom/apigee_kickstart/src/sass/form/_form.scss

This file was deleted.

0 comments on commit f8e6e26

Please sign in to comment.