diff --git a/resources/css/components/search-results.css b/resources/css/components/search-results.css index d3f1958..296c0b5 100644 --- a/resources/css/components/search-results.css +++ b/resources/css/components/search-results.css @@ -1,2 +1,27 @@ -.search-results { +.search-results-page { + @apply container; + .section_titling { + @apply pb-12; + } + + &__current-term { + @apply block; + } + + article { + @apply border-b + border-neutral-200 + pb-12; + + h2 { + @apply !text-neutral-900 font-bold text-3xl; + } + header, + .entry-summary { + @apply !max-w-full; + } + .cta--button { + @apply mt-6; + } + } } diff --git a/resources/img/illustrations/homegrade_rechercher.svg b/resources/img/illustrations/homegrade_rechercher.svg new file mode 100644 index 0000000..5362f9c --- /dev/null +++ b/resources/img/illustrations/homegrade_rechercher.svg @@ -0,0 +1,56 @@ + + \ No newline at end of file diff --git a/search.php b/search.php index de1246b..fa86fd5 100644 --- a/search.php +++ b/search.php @@ -1,14 +1,45 @@ -