Skip to content

Commit

Permalink
Adds rounded borders to the email-,degrees- and Contact number input …
Browse files Browse the repository at this point in the history
…fields in the register modal
  • Loading branch information
mhaarseth committed Jan 9, 2024
1 parent fe3466e commit 3a0d6e7
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 3a0d6e7

Please sign in to comment.