Skip to content

Commit

Permalink
fix(home-mode): color consistence
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 3, 2020
1 parent 2377d2e commit 704ab96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/pages/manager/homeMode/homeMode.component.scss
@@ -1,3 +1,7 @@
.cloud {
border-radius: 0.25rem;
}

.cloud:hover {
background-color: rgba(0, 0, 255, 0.1);
background-color: #598bff88;
}

0 comments on commit 704ab96

Please sign in to comment.