From a799160501597d0f7defb3786c79b914c89c9d97 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 14 Apr 2020 15:53:59 +0200 Subject: [PATCH] Update icon --- .../src/components/content-blocks/Instruction.vue | 3 --- client/src/components/icons/BulbIcon.vue | 15 +++++++++------ client/src/pages/topic.vue | 6 ------ 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/client/src/components/content-blocks/Instruction.vue b/client/src/components/content-blocks/Instruction.vue index b37f41f8..fc1be675 100644 --- a/client/src/components/content-blocks/Instruction.vue +++ b/client/src/components/content-blocks/Instruction.vue @@ -37,9 +37,6 @@ &__icon { width: 40px; height: 40px; - background-color: $color-brand; - fill: $color-white; - border-radius: 20px; margin-right: $small-spacing; } diff --git a/client/src/components/icons/BulbIcon.vue b/client/src/components/icons/BulbIcon.vue index 872d5229..edd73484 100644 --- a/client/src/components/icons/BulbIcon.vue +++ b/client/src/components/icons/BulbIcon.vue @@ -1,10 +1,13 @@ diff --git a/client/src/pages/topic.vue b/client/src/pages/topic.vue index abbcf3fe..0aeace11 100644 --- a/client/src/pages/topic.vue +++ b/client/src/pages/topic.vue @@ -112,12 +112,6 @@ @include heading-3; } - &__instruction-icon { - fill: $color-white; - border-radius: 20px; - background-color: $color-brand; - } - &__modules { margin-top: 40px; display: flex;