Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kryzanivska-nastya committed Nov 29, 2024
1 parent c0b3534 commit b9c6d2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@import '../ubs-admin-tariffs-location-pop-up/ubs-admin-tariffs-location-pop-up.component';
::ng-deep {
#region-name,
#courierName {
.mat-mdc-select-arrow {
display: none;
}
}
}

.english-part {
width: 248px;
Expand Down
4 changes: 2 additions & 2 deletions src/assets/patterns/patterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const Patterns = {
orderEcoStorePattern: /^\d{1,8}$/,

// prettier-ignore
ubsMailPattern:
/^[a-zA-Z0-9.%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/,
ubsMailPattern:
/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/,
paymentAmountPattern: '^[0-9]+(.[0-9]{1,2})?$',
certificateMonthCount: '^[0-9]{1,2}$',
certificateInitialValue: '^[0-9]{1,4}$',
Expand Down

0 comments on commit b9c6d2b

Please sign in to comment.