login h3 tag color changes :ps

This commit is contained in:
venbatechnologies@gmail.com 2018-10-29 18:50:19 +05:30
parent 90c4fc860f
commit f314374ac8
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<div class="form-bg">
<div fxLayout="row" fxLayoutAlign="center" class="pt-2">
<!-- <p>SINEEDGE Login Details</p> -->
<h2><img [src]="'http://ssa.sineedge.com/sparqapi/logo/sineedge_red.png'" style="height: 50px;;"> <span> SINEEDGE </span>
</h2>
<h3><img [src]="'http://ssa.sineedge.com/sparqapi/logo/sineedge_red.png'" style="height: 50px;;"> <span> SINEEDGE </span>
</h3>
</div>
<div fxLayout="row" fxLayoutAlign="center start" class="pt-2">
<div fxLayout="column" fxFlex.xl="40" fxFlex.lg="40" fxFlex.md="50" fxFlex.sm="80" fxFlex.xs="90">

View File

@ -6,7 +6,7 @@
.form-bg::before {
background-color: rgba(0, 0, 0, 0) !important;
}
h2, .page-footer{
h3, .page-footer{
color:red;
font-weight: bold;
}