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; + } +}