фикс баги с урлой
This commit is contained in:
gofnnp 2022-09-13 18:34:49 +04:00
parent 04e359a536
commit be8025cb4a
2 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@
></p-progressSpinner> ></p-progressSpinner>
</button> </button>
</p> </p>
<div class="decoration-pattern"></div> <div class="decoration-pattern" style="background: url('./assets/card-decorative-pattern.png') repeat-x;"></div>
</form> </form>
</ng-container> </ng-container>
<ng-template #confirmPhoneField> <ng-template #confirmPhoneField>

View File

@ -88,9 +88,9 @@
width: 100%; width: 100%;
} }
} }
.decoration-pattern { // .decoration-pattern {
width: 100%; // width: 100%;
height: 34px; // height: 34px;
background: url("/assets/card-decorative-pattern.png") repeat-x; // background: url("/assets/card-decorative-pattern.png") repeat-x;
} // }
} }