From a3f61306d3801ba9253bb394f2d79d29f1040619 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 28 Jun 2022 16:18:24 -0500 Subject: [PATCH] feat(teams): user preference toggle for mirroring --- website/client/src/assets/scss/task.scss | 2 +- .../group-plans/taskInformation.vue | 42 ++++++++++++++++++- website/client/src/components/tasks/task.vue | 5 ++- website/server/libs/tasks/index.js | 30 ++++++------- website/server/models/user/schema.js | 1 + 5 files changed, 62 insertions(+), 18 deletions(-) diff --git a/website/client/src/assets/scss/task.scss b/website/client/src/assets/scss/task.scss index 6afb3e2234..cdb4fb81e7 100644 --- a/website/client/src/assets/scss/task.scss +++ b/website/client/src/assets/scss/task.scss @@ -41,7 +41,7 @@ &-modal { &-bg { background: $maroon-100 !important; } - &-headings { color: $white; } + &-headings { color: $white !important; } &-icon { color: $maroon-100 !important; } &-text { color: $red-1 !important; } &-content { diff --git a/website/client/src/components/group-plans/taskInformation.vue b/website/client/src/components/group-plans/taskInformation.vue index 5dc36ded7b..3173dcaa2d 100644 --- a/website/client/src/components/group-plans/taskInformation.vue +++ b/website/client/src/components/group-plans/taskInformation.vue @@ -28,8 +28,16 @@ >
+
+ +