Styling elements.

This commit is contained in:
Florian THIERRY
2024-09-05 09:33:07 +02:00
parent f3dfac6bc7
commit 21d19d4ecd
5 changed files with 31 additions and 14 deletions

View File

@@ -2,8 +2,9 @@
<span class="copy-left">
&copy;
</span>
2027 - 2024 Tous droits réservés
&lt;version&gt;
2016 - 2024 Tous droits réservés
-
2.0-alpha
<a [routerLink]="['healthCheck']">
<mat-icon>favorite</mat-icon>
</a>

View File

@@ -13,6 +13,9 @@
flex-direction: row;
align-items: center;
.copy-left {
transform: rotate(180deg);
}
a {
text-decoration: none;
color: rgba(255,255,255,.6);

View File

@@ -192,10 +192,10 @@ app-side-menu {
}
&.disconnection {
color: red;
color: #D50000;
&:hover {
background-color: red;
background-color: #E53935;
color: white;
}
}