This commit is contained in:
tiago.kayaya
2021-10-28 16:59:25 +01:00
parent a0846b835e
commit f36ba23b16
3 changed files with 10 additions and 6 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
@import '~src/function.scss';
:host, app-login {
ion-content {
background: linear-gradient(180deg, #42B9FE 0%, #0782C9 100%) !important;
background: linear-gradient(180deg, #c0ccd3 0%, #737b80 100%) !important;
}
}
ion-content{
@@ -55,6 +55,7 @@ ion-content{
border-radius: 50%;
padding: 15px;
margin: auto;
background-color: #fff !important;
.bg-4 img{
width: 100%;
@@ -91,6 +92,7 @@ ion-item{
.form-label{
margin: 15px 0 5px 0;
font-size: 15px;
color: var(--login-label-text);
}
.form-input{
--background: #fff;