Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added hover effects
  • Loading branch information
ema14006 committed Apr 19, 2019
1 parent 8d54ffb commit 9895a2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/generator-search/generator-search.component.css
Expand Up @@ -18,3 +18,7 @@ mat-card.generator-card {
height: 300px;
margin: 5px;
}

mat-card:hover {
cursor: pointer;
}
3 changes: 3 additions & 0 deletions src/app/header/header.component.css
Expand Up @@ -10,4 +10,7 @@
}
.clearfix {
overflow: auto;
}
a:hover {
cursor: pointer;
}
7 changes: 7 additions & 0 deletions src/app/statistics/statistics.component.css
Expand Up @@ -48,4 +48,11 @@ h6
height: 100%;
height: 46px;
}
radial-gauge:hover {
cursor: pointer;
}
linear-gauge:hover {
cursor: pointer;
}


0 comments on commit 9895a2f

Please sign in to comment.