Skip to content

Commit

Permalink
Increase widths of form elements (roughly 100 pixels wider)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2022
1 parent f47d5e2 commit 59e0fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions war/src/main/less/abstracts/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@
--input-border: #C3CCD1;
--input-border-hover: #5C7889;
--input-hidden-password-bg-color: #f9f9f9;
--form-item-max-width: ~"min(60vw, 1400px)";
--form-item-max-width--medium: ~"min(45vw, 1200px)";
--form-item-max-width--small: ~"min(30vw, 1000px)";
--form-item-max-width: ~"min(65vw, 1600px)";
--form-item-max-width--medium: ~"min(50vw, 1400px)";
--form-item-max-width--small: ~"min(35vw, 1200px)";
--form-label-font-weight: bold;
--form-input-padding: 8px;
--form-input-border-radius: 6px;
Expand Down

0 comments on commit 59e0fb6

Please sign in to comment.