From 43965828c89f153861070001edfd5b58af232192 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Wed, 16 Oct 2024 11:02:58 +0100 Subject: [PATCH] Merge pull request #21027 from overleaf/ds-gallery-redesign-no-articles-found-3 Gallery redesign - Updating the tagged page with no articles found GitOrigin-RevId: dfddfa29c84520093a35fec5017b4ad09634b617 --- .../bootstrap-5/pages/templates-v2.scss | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 5fa884b33c..e5c5c60de3 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -1,3 +1,14 @@ +.gallery.gallery-tagged { + .gallery-title { + display: block; + text-align: left; + } + + .gallery-summary { + text-align: left; + } +} + .gallery { margin-top: var(--spacing-10); @@ -49,7 +60,7 @@ @include body-lg; text-align: center; - margin-bottom: var(--spacing-08); + margin-bottom: var(--spacing-09); } .top-picks-banner.container { @@ -66,6 +77,20 @@ } } + .no-articles-matching { + color: var(--neutral-90); + font-weight: 600; + + @include heading-lg; + } + + .template-summary { + margin-top: var(--spacing-02); + margin-bottom: var(--spacing-09); + + @include body-lg; + } + @mixin text-overflow { text-overflow: ellipsis; overflow: hidden;