фикс баги с урлой
This commit is contained in:
Kataev Denis 2022-09-13 23:58:11 +04:00
parent 7755da6984
commit 77d23b5b38
2 changed files with 6 additions and 6 deletions

View File

@ -86,6 +86,6 @@
<p style="color: red; margin: 0" *ngIf="errorConfirmCode"> <p style="color: red; margin: 0" *ngIf="errorConfirmCode">
Пароль введен неверно Пароль введен неверно
</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-template> </ng-template>

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;
// } }
} }