Skip to content

Commit

Permalink
Merge pull request #54 from eleven-labs/fixed-course-style
Browse files Browse the repository at this point in the history
Apply changes on course page (icons and buttons)
  • Loading branch information
CaptainJojo committed Mar 5, 2018
2 parents 7e4e180 + 60f57be commit aa68203
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/assets/scss/objects/_course-page.scss
Expand Up @@ -52,7 +52,7 @@
width: em(70px, $context);
height: em(70px, $context);
.-current & {
background-color: #b8b8b8;
background-color: $brand-yellow;
}
}

Expand Down Expand Up @@ -86,9 +86,10 @@

&__button {
background-color: $brand-yellow;
border-radius: 50%;
width: em(110px);
height: em(110px);
border: none;
border-radius: 30%;
width: em(70px);
height: em(70px);
&[disabled] {
visibility: hidden;
}
Expand Down

0 comments on commit aa68203

Please sign in to comment.