Skip to content

Commit

Permalink
Merge branch 'release/0.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed May 6, 2019
2 parents 132251a + 3433cbe commit b7e3d78
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/craftui.cjs.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/craftui.css
Original file line number Diff line number Diff line change
Expand Up @@ -857,14 +857,6 @@ button.c-btn .c-btn-content {
display: inline-block;
}

.c-dropdown .c-dropdown-input select.w-full {
width: 100%;
}

.c-dropdown .is-invalid select {
border-color: #e3342f;
}

body.ltr .c-checkbox input {
margin-right: .5rem;
}
Expand All @@ -873,6 +865,14 @@ body.rtl .c-checkbox input {
margin-left: .5rem;
}

.c-dropdown .c-dropdown-input select.w-full {
width: 100%;
}

.c-dropdown .is-invalid select {
border-color: #e3342f;
}

.c-icon {
display: inline-block;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion dist/craftui.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/craftui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/craftui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b7e3d78

Please sign in to comment.