Skip to content
Snippets Groups Projects
Commit 28bace77 authored by Delphine's avatar Delphine Committed by pybelecalo
Browse files

[TS TRTL-650] Stabilize apps design

parent a44335c0
No related branches found
No related tags found
No related merge requests found
cas/cas-server/src/main/resources/static/images/vitamui-logo.png

6.18 KiB | W: | H:

cas/cas-server/src/main/resources/static/images/vitamui-logo.png

4.98 KiB | W: | H:

cas/cas-server/src/main/resources/static/images/vitamui-logo.png
cas/cas-server/src/main/resources/static/images/vitamui-logo.png
cas/cas-server/src/main/resources/static/images/vitamui-logo.png
cas/cas-server/src/main/resources/static/images/vitamui-logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -29,6 +29,6 @@
</mat-dialog-content>
<mat-dialog-actions align="end">
<button [matDialogClose]="true" class="btn primary" i18n="@@downloadBarConfirmButton">Confirmer</button>
<button matDialogClose class="btn cancel link" i18n="@@downloadBarBackButton">Retour</button>
<button matDialogClose class="btn cancel link ml-3 mr-1" i18n="@@downloadBarBackButton">Retour</button>
</mat-dialog-actions>
</ng-template>
......@@ -64,7 +64,7 @@
}
.btn span+i, .btn i+span {
padding-left: 0.5rem;
padding-left: 1rem;
}
.btn {
......
......@@ -50,3 +50,5 @@ Update the `icomoon-selection.json` file : copy the `selection.json` file from t
You also need to update the `vitamui-icons.css` file. Open the `style.css` from your downloaded archive and copy everything from line `27` to the end of the file. Now open `src/sass/icons/vitamui-icons.css` and replace the same portion of code.
> Attention: Do not override the first part of the file (from line `1` to line `25`)
Please add each new icon to the icon category in the starter-kit project.
......@@ -95,7 +95,7 @@
Continuer en gérant l'authentification
</button>
</ng-template>
<button type="button" class="btn cancel link" (click)="onCancel()"
<button type="button" class="btn cancel link ml-1" (click)="onCancel()"
i18n="user create cancel@@userCreateCancelButton">
Annuler
</button>
......
......@@ -22,10 +22,10 @@
"COLORS":{
"Primary": "Couleur primaire",
"Secondary": "Couleur secondaire",
"Grey": "Couleur gris",
"Grey": "Couleur grise",
"Red": "Couleur rouge",
"Orange": "Couleur orange",
"Green": "Couleur vert"
"Green": "Couleur verte"
},
"ICONS":{
"Title": "Liste des icônes de Vitam-UI"
......
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