Skip to content

Commit

Permalink
IBX-2217: Moved ibexa-form-help margin to global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Feb 3, 2022
1 parent 81f977a commit 7f42c88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/public/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ form:not(.form-inline) {
font-size: $ibexa-text-font-size-small;
color: $ibexa-color-dark-400;
line-height: calculateRem(18px);
margin-top: calculateRem(8px);

&__icon {
fill: $ibexa-color-dark-400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
width: auto;
}

.ibexa-form-help {
margin-top: calculateRem(8px);
}

.ibexa-form-error {
min-height: calculateRem(18px);
margin: calculateRem(4px) 0;
Expand Down

0 comments on commit 7f42c88

Please sign in to comment.