From 60f57bedeb3edae757beb55a9aeedb28c560f910 Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Sun, 4 Mar 2018 12:52:25 +0100 Subject: [PATCH] Apply changes on course page (icons and buttons) --- src/assets/scss/objects/_course-page.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/assets/scss/objects/_course-page.scss b/src/assets/scss/objects/_course-page.scss index 1023b66..d8a4118 100644 --- a/src/assets/scss/objects/_course-page.scss +++ b/src/assets/scss/objects/_course-page.scss @@ -52,7 +52,7 @@ width: em(70px, $context); height: em(70px, $context); .-current & { - background-color: #b8b8b8; + background-color: $brand-yellow; } } @@ -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; }