From 779a4c9f70f7a5be7abaa2ef29402612fbf8e8c5 Mon Sep 17 00:00:00 2001 From: "LAPTOP-RSOLLPLO\\sl" Date: Thu, 15 May 2025 08:11:39 +0200 Subject: [PATCH] FIC Theme: Search styles for new view --- .../custom/fds_fic_theme/dist/stylesheets/stylesheet.css | 4 ++++ .../fds_fic_theme/src/styles/theme/paragraph/_events.scss | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/web/themes/custom/fds_fic_theme/dist/stylesheets/stylesheet.css b/web/themes/custom/fds_fic_theme/dist/stylesheets/stylesheet.css index 4e6651fdd..c6e78eb9e 100644 --- a/web/themes/custom/fds_fic_theme/dist/stylesheets/stylesheet.css +++ b/web/themes/custom/fds_fic_theme/dist/stylesheets/stylesheet.css @@ -23819,6 +23819,10 @@ a.entity-preview--os2web-registration, a.entity-preview--os2web-registration:hov transition: transform 0.3s ease, -webkit-transform 0.3s ease; } +.view-os2web-search-new .views-row { + margin-bottom: 15px; +} + a { color: black; } diff --git a/web/themes/custom/fds_fic_theme/src/styles/theme/paragraph/_events.scss b/web/themes/custom/fds_fic_theme/src/styles/theme/paragraph/_events.scss index c00239a50..9075ce6a2 100644 --- a/web/themes/custom/fds_fic_theme/src/styles/theme/paragraph/_events.scss +++ b/web/themes/custom/fds_fic_theme/src/styles/theme/paragraph/_events.scss @@ -238,3 +238,9 @@ transform: scale(1.1); transition: transform 0.3s ease; } + +.view-os2web-search-new { + .views-row { + margin-bottom: 15px; + } +}