Skip to content

Commit

Permalink
Fixed inline images issue in Phone comp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal committed Oct 16, 2024
1 parent 4a04c5b commit 67353f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
font-size: 0.7rem;
}

::ng-deep ngx-mat-intl-tel-input button.country-selector {
background-image: url('../../../../../../../projects/angular-test-app/src/assets/flag_arrow.png') !important;
}

::ng-deep .flag {
background-image: url('../../../../../../../projects/angular-test-app/src/assets/flags.png') !important;
}

// ::ng-deep .iti {
// display: block !important;
// margin-bottom: 20px;
Expand Down
Binary file added projects/angular-test-app/src/assets/flag_arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/angular-test-app/src/assets/flags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67353f6

Please sign in to comment.