Skip to content
Snippets Groups Projects
Commit 28abf633 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

style: fixe size of icon access level

parent 431fc8ea
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
[class]="colorAccessLevel"
>
<dlcm-shared-icon [iconName]="accessLevelIconName"
size="xlg"
class="xlg"
></dlcm-shared-icon>
<span class="label">{{labelTranslateEnum.accessLevel | translate}}</span>
<span>{{archive.accessLevelToTranslate | translate}}</span>
......
......@@ -22,7 +22,9 @@
<span class="access-level"
[class]="colorAccessLevel"
>
<dlcm-shared-icon [iconName]="accessLevelIconName"></dlcm-shared-icon>
<dlcm-shared-icon [iconName]="accessLevelIconName"
class="xlg"
></dlcm-shared-icon>
{{archive.accessLevelToTranslate | translate}}
</span>
<span class="size">
......
......@@ -10,8 +10,7 @@
<img *ngSwitchCase="iconLib.image"
[src]="PATH_TO_IMAGE + iconInfo.icon"
[alt]="iconNameEnum[iconInfo.name]"
class="icon"
class="icon image"
>
<!-- SHOULD BE class="image" HERE -->
</ng-container>
</ng-template>
\ No newline at end of file
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