Modifs de style suite au thème sombre
This commit is contained in:
@@ -19,4 +19,4 @@ table {
|
||||
flex-direction: column;
|
||||
align-items: initial;
|
||||
padding-top: 25px;
|
||||
}
|
||||
}
|
||||
@@ -17,14 +17,14 @@
|
||||
(click)="setToFavorite(element)" style="cursor: pointer;">favorite_border</mat-icon>
|
||||
|
||||
<a href='http://{{element.website}}' target="_blank">
|
||||
<mat-icon aria-hidden="false" aria-label="URL to the DZ website">link</mat-icon>
|
||||
<mat-icon aria-hidden="false" aria-label="URL to the DZ website" style="color: white;">link</mat-icon>
|
||||
</a>
|
||||
<a href='https://www.openstreetmap.org/?mlat={{element.latitude}}&mlon={{element.longitude}}#map=14/{{element.latitude}}/{{element.longitude}}'
|
||||
target="_blank">
|
||||
<mat-icon aria-hidden="false" aria-label="Location of the DZ">map</mat-icon>
|
||||
<mat-icon aria-hidden="false" aria-label="Location of the DZ" style="color: white;">map</mat-icon>
|
||||
</a>
|
||||
<a href="mailto:{{element.email}}" *ngIf="element.email">
|
||||
<mat-icon aria-hidden="false" aria-label="Contact mail of the DZ">mail_outline</mat-icon>
|
||||
<mat-icon aria-hidden="false" aria-label="Contact mail of the DZ" style="color: white;">mail_outline</mat-icon>
|
||||
</a>
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user