Skip to content

Commit

Permalink
fix: aside button style
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiKillertO committed Sep 9, 2022
1 parent f858e19 commit 079ce08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/styles/components/freestyle-guide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ $FreestyleGuide-boxShadow: 0 2px 5px 0 $FreestyleGuide-shadow1,
text-align: center;
}

&-cta--aside {
background: none;
border: 0;
padding: 0;
}

&-ctaIcon {
&:hover {
fill: $FreestyleGuide-color--primary;
Expand Down Expand Up @@ -113,6 +119,7 @@ $FreestyleGuide-boxShadow: 0 2px 5px 0 $FreestyleGuide-shadow1,
display: flex;
height: 100%;
font-size: 1.4rem;

& > span {
margin: auto;
}
Expand Down
5 changes: 5 additions & 0 deletions vendor/ember-freestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
font-size: 1.4rem;
text-align: center;
}
.FreestyleGuide-cta--aside {
background: none;
border: 0;
padding: 0;
}
.FreestyleGuide-ctaIcon:hover {
fill: #00bcd4;
}
Expand Down

0 comments on commit 079ce08

Please sign in to comment.