diff --git a/frontend/assets/style/_icons.scss b/frontend/assets/style/_icons.scss index 43b1b0c91f..727b4d2e16 100644 --- a/frontend/assets/style/_icons.scss +++ b/frontend/assets/style/_icons.scss @@ -97,7 +97,7 @@ $icons: ( } } -.c-icon-round { +.icon-round { width: 2rem; height: 2rem; margin-right: $spacer-sm*2; diff --git a/frontend/views/components/ContributionItem.vue b/frontend/views/components/ContributionItem.vue index 59f8ee0c09..c59488002b 100644 --- a/frontend/views/components/ContributionItem.vue +++ b/frontend/views/components/ContributionItem.vue @@ -133,7 +133,7 @@ export default { color: 'success' } } - return `icon-${style[this.type].icon} c-icon-round has-background-${style[this.type].color} has-text-${style[this.type].color}` + return `icon-${style[this.type].icon} icon-round has-background-${style[this.type].color} has-text-${style[this.type].color}` } } } diff --git a/frontend/views/components/GroupWelcome.vue b/frontend/views/components/GroupWelcome.vue index 4b6d8e4fa5..3d02024baf 100644 --- a/frontend/views/components/GroupWelcome.vue +++ b/frontend/views/components/GroupWelcome.vue @@ -1,9 +1,8 @@