From 4fb1ecf6034a4e68e435ecb04ab0c8d6fd0a52f1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 20 Nov 2023 14:15:00 +0100 Subject: [PATCH] renaming and deleting borchure publications files --- resources/css/components/brochures-grid.css | 26 ------------------- .../archives/brochure-grid-row.php | 25 ------------------ 2 files changed, 51 deletions(-) delete mode 100644 resources/css/components/brochures-grid.css delete mode 100644 template-components/archives/brochure-grid-row.php diff --git a/resources/css/components/brochures-grid.css b/resources/css/components/brochures-grid.css deleted file mode 100644 index 647648b..0000000 --- a/resources/css/components/brochures-grid.css +++ /dev/null @@ -1,26 +0,0 @@ -.publications-grid { - @apply max-w-screen-xl mx-auto py-12 mb-12; - - &__row { - @apply grid grid-cols-11 gap-8; - align-items: center; - } - &__row + &__row { - @apply mt-8 border-t border-gray pt-8; - } - &__cover { - @apply w-20 rounded-lg col-span-1; - } - &__title { - @apply col-span-4 font-bold; - } - &__thematique { - @apply col-span-2 text-center; - } - &__edition { - @apply col-span-2 text-center; - } - &__button { - @apply col-span-2 flex justify-end; - } -} diff --git a/template-components/archives/brochure-grid-row.php b/template-components/archives/brochure-grid-row.php deleted file mode 100644 index 5e00634..0000000 --- a/template-components/archives/brochure-grid-row.php +++ /dev/null @@ -1,25 +0,0 @@ - - - -
  • - - - -

    -

    name ?>

    - -

    - -
    - -
    -
  • \ No newline at end of file