From 95baa94dd9fb51ab27e6f5c41fce5d4c37517646 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 18 Oct 2021 14:33:13 +0200 Subject: [PATCH] feat: moved some link-share.scss styles to the contentLinkShare and linkSharing components --- src/components/home/contentLinkShare.vue | 20 ++++++++++++++++++++ src/components/sharing/linkSharing.vue | 7 +++++++ src/styles/theme/link-share.scss | 24 ------------------------ 3 files changed, 27 insertions(+), 24 deletions(-) diff --git a/src/components/home/contentLinkShare.vue b/src/components/home/contentLinkShare.vue index 7dafb8fcb..7dff2fbb9 100644 --- a/src/components/home/contentLinkShare.vue +++ b/src/components/home/contentLinkShare.vue @@ -52,4 +52,24 @@ export default { box-shadow: none; } } + +.link-share-view { + .logo { + max-width: 300px; + width: 90%; + margin: 2rem 0 1.5rem; + } + + .column { + max-width: 100%; + } + + .card { + background: $white; + } + + .title { + text-shadow: 0 0 1rem $white; + } +} diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue index 6b0dee341..d07577ded 100644 --- a/src/components/sharing/linkSharing.vue +++ b/src/components/sharing/linkSharing.vue @@ -258,3 +258,10 @@ export default { }, } + + \ No newline at end of file diff --git a/src/styles/theme/link-share.scss b/src/styles/theme/link-share.scss index a38856f29..821f3f81b 100644 --- a/src/styles/theme/link-share.scss +++ b/src/styles/theme/link-share.scss @@ -1,23 +1,3 @@ -.link-share-view { - .logo { - max-width: 300px; - width: 90%; - margin: 2rem 0 1.5rem; - } - - .column { - max-width: 100%; - } - - .card { - background: $white; - } - - .title { - text-shadow: 0 0 1rem $white; - } -} - .field.has-addons.no-input-mobile { .control:first-child { width: 100%; @@ -38,10 +18,6 @@ } } -.sharables-list:not(.card-content) { - overflow-y: auto -} - .link-share-container { &.has-background,&.list\.kanban-view { .container {