Skip to content

Commit

Permalink
🐛 bug(forms.scss): Fixed issue where forms with icons do not have cor…
Browse files Browse the repository at this point in the history
…rect padding, changed space x-large to space xlarge to conform with rest of framework
  • Loading branch information
Spiderpig86 committed Jun 13, 2020
1 parent bbcd6ba commit 9fa0c1c
Show file tree
Hide file tree
Showing 6 changed files with 4,572 additions and 4,560 deletions.
6 changes: 3 additions & 3 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -1202,12 +1202,12 @@ select.input-xlarge {

/* Hold Font Awesome glyphs inside input fields */
/* More sizes coming soon */
input:not([type=checkbox]):not([type=radio]):not([type=submit]).input-contains-icon,
input:not([type=checkbox]):not([type=radio]):not([type=submit]).input-contains-icon-left {
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]).input-contains-icon,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]).input-contains-icon-left {
padding-left: 2.75rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).input-contains-icon-right {
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]).input-contains-icon-right {
padding-right: 2.75rem;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9fa0c1c

Please sign in to comment.