Styling elements.
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
<span class="copy-left">
|
||||
©
|
||||
</span>
|
||||
2027 - 2024 Tous droits réservés
|
||||
<version>
|
||||
2016 - 2024 Tous droits réservés
|
||||
-
|
||||
2.0-alpha
|
||||
<a [routerLink]="['healthCheck']">
|
||||
<mat-icon>favorite</mat-icon>
|
||||
</a>
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -192,10 +192,10 @@ app-side-menu {
|
||||
}
|
||||
|
||||
&.disconnection {
|
||||
color: red;
|
||||
color: #D50000;
|
||||
|
||||
&:hover {
|
||||
background-color: red;
|
||||
background-color: #E53935;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user