Skip to content
Snippets Groups Projects
Verified Commit 486271ff authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #9695 change css choose redirect mode

parent 55e9f4c7
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
?<br /> ?<br />
<div class="chooseMode" *ngIf="redirectMode == '' && !loading"> <div class="chooseMode" *ngIf="redirectMode == '' && !loading">
<div> <div>
<button mat-raised-button (click)="loadEntities()">Vers un service</button> <button mat-stroked-button color="primary" (click)="loadEntities()"><i class="fa fa-sitemap"></i>Vers un service</button>
</div> </div>
<div> <div>
<button mat-raised-button (click)="loadDestUser()">Vers un utilisateur</button> <button mat-stroked-button color="primary" (click)="loadDestUser()"><i class="fa fa-user"></i> Vers un utilisateur</button>
</div> </div>
</div> </div>
<div *ngIf="redirectMode == 'none' && !loading"> <div *ngIf="redirectMode == 'none' && !loading">
......
...@@ -78,10 +78,13 @@ ...@@ -78,10 +78,13 @@
} }
button { button {
font-size: 20px;
padding: 10px; padding: 10px;
margin: 10px;
width: 200px; width: 200px;
} }
i {
padding-right: 10px;
}
} }
.noSelection { .noSelection {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment