Skip to content

Commit

Permalink
Pimp owl-click
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 12, 2023
1 parent 0c9fb41 commit 397577a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions client/src/components/UnitHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
align-items: center;

svg {
width: 68px;
width: 76px;
height: auto;
margin-bottom: auto;

Expand All @@ -51,8 +51,8 @@
}

img {
max-height: 170px;
max-width: 170px;
max-height: 135px;
max-width: 135px;
border-radius: 5px;
margin-bottom: auto;
}
Expand Down
4 changes: 2 additions & 2 deletions client/src/icons/Owl_Emblem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion client/src/pages/Home.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
.unit-header .image {

svg path.right-eye {
fill: #ffffff;
}

svg path.upper-tongue {
fill: #f57900;
}

&.wink {
transform: skewX(2deg);
transform: skewX(3deg);
svg path.right-eye {
fill: black;
}

svg path.upper-tongue {
fill: #c00;
}
}
}

0 comments on commit 397577a

Please sign in to comment.