Skip to content

Commit

Permalink
Reviewed textbox styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchereau committed Mar 29, 2018
1 parent 0f3a2f1 commit 5748885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/styles/kidoju.widgets.stage.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
.kj-stage .kj-element input[type="tel"],
.kj-stage .kj-element input[type="url"],
.kj-stage .kj-element input[type="text"] {
padding-left: 0;
padding-right: 0;
padding-left: 2px !important;
padding-right: 2px !important;
}
.kj-stage .kj-element-result {
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions src/styles/kidoju.widgets.stage.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
input[type="tel"],
input[type="url"],
input[type="text"] {
padding-left: 0;
padding-right: 0;
padding-left: 2px !important;
padding-right: 2px !important;
}
}
.kj-element-result {
Expand Down

0 comments on commit 5748885

Please sign in to comment.