Fairoj : new transparent logo changes

This commit is contained in:
venbatechnologies@gmail.com 2020-08-11 15:32:25 +05:30
parent 919b6284ae
commit 2abcd4b511
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.sineedge.pdglender" version="0.0.19" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.sineedge.pdglender" version="0.0.20" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>PD Genie</name>
<description>info@pdgenie.com</description>
<author email="info@pdgenie.com" href="https://pdgenie.com">PD Genie</author>

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -23,7 +23,7 @@
<div class="col-lg" style="text-align: center;">
<!-- <img [src]="'http://ssa.sineedge.com/sparqapi/logo/sineedge_red.png'" style="width: auto;height: auto;" alt="SineEdge"> -->
<img src="../../assets/img/pd_icon.png" style="width: auto;height: auto;" alt="SineEdge">
<img src="../../assets/img/PD_Genie_TM1_nobg.png" style="width: auto;height: auto;" alt="SineEdge">
</div>
<form #form="ngForm" (ngSubmit)="login()" class="form">
<div fxLayout="column" fxLayoutAlign="start stretch">

View File

@ -18,7 +18,7 @@ page-login {
.login-session{
padding-top: 35%;
padding-top: 20%;
// background-color: rgba(255, 255, 255, 0.57);
// border-radius: 10px;
}