Skip to content

Commit

Permalink
Apply changes on course page (icons and buttons)
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Mar 4, 2018
1 parent fd85038 commit 60f57be
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 60f57be

Please sign in to comment.