parent
7755da6984
commit
77d23b5b38
@ -86,6 +86,6 @@
|
||||
<p style="color: red; margin: 0" *ngIf="errorConfirmCode">
|
||||
Пароль введен неверно
|
||||
</p>
|
||||
<div class="decoration-pattern"></div>
|
||||
<div class="decoration-pattern" style="background: url('./assets/card-decorative-pattern.png') repeat-x;"></div>
|
||||
</form>
|
||||
</ng-template>
|
||||
|
||||
@ -88,9 +88,9 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
// .decoration-pattern {
|
||||
// width: 100%;
|
||||
// height: 34px;
|
||||
// background: url("/assets/card-decorative-pattern.png") repeat-x;
|
||||
// }
|
||||
.decoration-pattern {
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
background: url("/assets/card-decorative-pattern.png") repeat-x;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user