Skip to content

Commit

Permalink
feat: added theming logic
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Feb 1, 2024
1 parent 8ef4feb commit ae55b2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions src/components/twoFactorAuth/twoFactorAuth.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ $two-factor-auth-overlay-buttons-margin-right: auto !default;
}
}

.inputField__infoText {
color: $form-error;
text-align: left;
}
.inputField {
&__infoText {
color: $form-error;
text-align: left;
}

.inputField__input {
padding: 12px $grid-base-five 0 $grid-base-three;
&__input {
padding: 12px $grid-base-five 0 $grid-base-three;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/containers/bookings/components/booking.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ $headerHeight: 80px;
margin-bottom: 0.5rem;

p {
word-break: normal;
margin-left: 0.5rem;
}
}
Expand Down Expand Up @@ -434,7 +435,6 @@ $headerHeight: 80px;
}

@include breakpoint($fromLarge) {
word-break: keep-all;
display: flex;
align-items: center;

Expand Down

0 comments on commit ae55b2a

Please sign in to comment.