Skip to content

Commit

Permalink
Increase form width
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2022
1 parent 9ed4aff commit 07eb2c3
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 @@ -272,9 +272,9 @@
--input-border: #C3CCD1;
--input-border-hover: #5C7889;
--input-hidden-password-bg-color: #f9f9f9;
--form-item-max-width: ~"min(56vw, 1400px)";
--form-item-max-width--medium: ~"min(41vw, 1200px)";
--form-item-max-width--small: ~"min(26vw, 1000px)";
--form-item-max-width: ~"min(60vw, 1400px)";
--form-item-max-width--medium: ~"min(45vw, 1200px)";
--form-item-max-width--small: ~"min(30vw, 1000px)";
--form-label-font-weight: bold;
--form-input-padding: 8px;
--form-input-border-radius: 6px;
Expand Down

0 comments on commit 07eb2c3

Please sign in to comment.