Skip to content

Commit

Permalink
Merge pull request #563 from NoroffFEU/467-rounded-corners-registration
Browse files Browse the repository at this point in the history
Adds rounded borders to the email-,degrees- and Contact number input …
  • Loading branch information
Psijii authored Jan 12, 2024
2 parents a85b8a0 + 3a0d6e7 commit 796a1e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/scss/custom/_inputVariable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
$input-border-radius: 0.625rem;

input[type='text'],
input[type='password'] {
input[type='email'],
input[type='password'],
.form-select,
#contactNumber {
border-radius: $input-border-radius !important;
}

Expand All @@ -13,4 +16,4 @@ $input-bg: #ffffff;
$input-colors: (
'input-border-color': $input-border-color,
'input-bg': $input-bg,
);
);

0 comments on commit 796a1e2

Please sign in to comment.