Skip to content

Commit

Permalink
Reduce subIcon size to fit in banner (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Apr 6, 2020
1 parent 0df808d commit f384c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboard/src/components/Card/CardIcon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
.Card__subIcon {
right: 10px;
position: relative;
bottom: 40px;
bottom: 27px;
background: transparent;
height: 0px;
}

.Card__subIcon img {
max-height: 30px;
max-width: 30px;
max-height: 25px;
max-width: 25px;
}

0 comments on commit f384c48

Please sign in to comment.