From 673e05d6a6fb6067c674fca97d0b999ad811118c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 23 Aug 2018 11:22:22 +0200 Subject: [PATCH] Adjust styles to be more consistent --- client/src/components/ContentBlock.vue | 2 +- client/src/components/content-blocks/ImageBlock.vue | 3 +++ client/src/components/content-blocks/ModalText.vue | 8 +++++++- client/src/components/content-blocks/StudentEntry.vue | 5 ++++- client/src/components/content-blocks/Task.vue | 2 ++ client/src/components/content-blocks/TextBlock.vue | 8 +++++++- client/src/components/modules/Module.vue | 3 ++- client/src/components/modules/ObjectiveGroup.vue | 1 - client/src/components/rooms/RoomEntry.vue | 2 +- client/src/components/rooms/RoomWidget.vue | 6 ++++-- client/src/styles/_typography.scss | 7 +++++++ 11 files changed, 38 insertions(+), 9 deletions(-) diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index dace819e..87ac9f9d 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -33,7 +33,6 @@ margin-bottom: 2.5em; /deep/ p { - font-size: 1.125rem; line-height: 1.5; margin-bottom: 1em; @@ -41,5 +40,6 @@ margin-bottom: 0; } } + } diff --git a/client/src/components/content-blocks/ImageBlock.vue b/client/src/components/content-blocks/ImageBlock.vue index 18c3608d..63d3534c 100644 --- a/client/src/components/content-blocks/ImageBlock.vue +++ b/client/src/components/content-blocks/ImageBlock.vue @@ -6,5 +6,8 @@ .image-block { width: 100%; max-width: 100%; + border-radius: 13px; + + margin-bottom: 30px; } diff --git a/client/src/components/content-blocks/ModalText.vue b/client/src/components/content-blocks/ModalText.vue index 443cc968..114c7427 100644 --- a/client/src/components/content-blocks/ModalText.vue +++ b/client/src/components/content-blocks/ModalText.vue @@ -1,5 +1,5 @@ @@ -54,8 +54,11 @@ &__dropzone-dummy { padding: 15px; border: 1px dashed #C5C5C5; + font-family: $sans-serif-font-family; + font-weight: 500; margin-bottom: 12px; border-radius: 3px; + opacity: 0.6; } &__submit { diff --git a/client/src/components/content-blocks/Task.vue b/client/src/components/content-blocks/Task.vue index 9071653e..2fed6bba 100644 --- a/client/src/components/content-blocks/Task.vue +++ b/client/src/components/content-blocks/Task.vue @@ -11,5 +11,7 @@ diff --git a/client/src/components/content-blocks/TextBlock.vue b/client/src/components/content-blocks/TextBlock.vue index b5ad952e..7e937489 100644 --- a/client/src/components/content-blocks/TextBlock.vue +++ b/client/src/components/content-blocks/TextBlock.vue @@ -1,5 +1,5 @@ + + diff --git a/client/src/components/modules/Module.vue b/client/src/components/modules/Module.vue index 54becad9..4d082fca 100644 --- a/client/src/components/modules/Module.vue +++ b/client/src/components/modules/Module.vue @@ -46,6 +46,7 @@