Update the style of the anchor
This commit is contained in:
@@ -1,17 +1 @@
|
|||||||
<div class="content">
|
<div class="content"></div>
|
||||||
<p>
|
|
||||||
<a routerLink="/summary" routerLinkActive="active" skipLocationChange>
|
|
||||||
<mat-icon aria-hidden="false" aria-label="Summary" style="font-size: 256px;">timeline</mat-icon>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a routerLink="/newjump" routerLinkActive="active" skipLocationChange>
|
|
||||||
<mat-icon aria-hidden="false" aria-label="Add jumps" style="font-size: 256px;">add_circle</mat-icon>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a routerLink="/jumps" routerLinkActive="active" skipLocationChange>
|
|
||||||
<mat-icon aria-hidden="false" aria-label="List of jumps" style="font-size: 256px;">list_alt</mat-icon>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|||||||
@@ -16,17 +16,18 @@ mat-form-field{
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
background-color: red;
|
/* background-color: red; */
|
||||||
box-shadow: 0 5px 0 darkred;
|
/* box-shadow: 0 2px 0 darkred; */
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0.5em 0.5em;
|
/* padding: 0.5em 0.5em; */
|
||||||
position: relative;
|
/* position: relative; */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
background-color: #ce0606;
|
/* background-color: #ce0606; */
|
||||||
|
box-shadow: 0 2px 0 darkred;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
|
|||||||
Reference in New Issue
Block a user