Commit 9de6e59b7e17e363374c517783b69dfb3802de14

Authored by trainee
1 parent b0e3495c
Exists in master

no message

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
src/app/dashboard/dashboard.component.scss
... ... @@ -5,9 +5,11 @@
5 5 width: 70px;
6 6 height: 70px;
7 7 border-radius: 50% !important;
  8 + border-style: solid;
  9 + border-color: black;
8 10 text-align: center;
9   - padding-top: 25px;
10   - top: -20px;
  11 + padding-top: 20px;
  12 + top: -25px;
11 13 &.red {
12 14 background-color: red;
13 15 }
... ...