Commit 26cec20b by Matteo

modifiche finali

parent e7152e39
...@@ -12,14 +12,17 @@ ...@@ -12,14 +12,17 @@
<div class="body-form body-img12"> <div class="body-form body-img12">
<ion-row justify-content-center *ngIf="platform.is('desktop')"> <ion-row justify-content-center *ngIf="platform.is('desktop')">
<ion-col> <ion-col>
<ion-buttons class="back-button-desktop" (click)="back()" title="{{ 'back_login' | translate }}"> <ion-buttons class="back-button-desktop-cp" (click)="back()" title="{{ 'back_login' | translate }}">
<ion-icon name="arrow-round-back" color="#2b94d1" class="back" tappable></ion-icon> <ion-icon name="arrow-round-back" color="#2b94d1" class="back" tappable></ion-icon>
<!--<ion-icon name="arrow-dropleft-circle" color="#2b94d1" class="back"></ion-icon>--> <!--<ion-icon name="arrow-dropleft-circle" color="#2b94d1" class="back"></ion-icon>-->
</ion-buttons> </ion-buttons>
</ion-col> </ion-col>
<ion-col> <ion-col>
<div class="change-title bc-title"> <!--<div class="change-title bc-title">
{{ 'change_password' | translate }} {{ 'change_password' | translate }}
</div>-->
<div class="documenti-title">
<ion-title>{{ 'change_password' | translate }}</ion-title>
</div> </div>
</ion-col> </ion-col>
<ion-col></ion-col> <ion-col></ion-col>
......
...@@ -345,7 +345,7 @@ ion-tab-bar{ ...@@ -345,7 +345,7 @@ ion-tab-bar{
border-radius: 20px; border-radius: 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center top; background-position: center top;
background-size: 80% 30%; background-size: 60% 40%;
.icon { .icon {
margin:auto; margin:auto;
background: transparent; background: transparent;
...@@ -1110,6 +1110,13 @@ strong { ...@@ -1110,6 +1110,13 @@ strong {
margin-left: 25px; margin-left: 25px;
} }
.back-button-desktop-cp
{
margin-top: 58px;
color: $celeste;
margin-left: 25px;
}
.back-button-desktop-reset .back-button-desktop-reset
{ {
margin-bottom: 60px; margin-bottom: 60px;
......
...@@ -110,7 +110,7 @@ $grigio-superlite: #e5e5ea; ...@@ -110,7 +110,7 @@ $grigio-superlite: #e5e5ea;
.home-height .home-height
{ {
height: 120px; height: 120px;
background-size: 100% 100px; background-size: 100% 120px;
} }
.subpage-height .subpage-height
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment