From 8ee4e027118cb73ee9fb99d52e875f8eed6720b6 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 24 Nov 2023 12:30:46 +0100 Subject: [PATCH] css bouton download file --- web/themes/custom/reha/css/reha.css | 8 ++++++++ .../custom/reha/scss/global/variables/_buttons.scss | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 2efaa62..4d709fd 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -15,6 +15,14 @@ border: none !important; cursor: pointer; } +.field--type-file { + width: 45%; + text-transform: uppercase; + padding: 1rem; + border: solid black 1px; + margin-bottom: 1rem; + background-color: white; } + .mailto { text-decoration: underline; } diff --git a/web/themes/custom/reha/scss/global/variables/_buttons.scss b/web/themes/custom/reha/scss/global/variables/_buttons.scss index e9d81c5..23ab63b 100644 --- a/web/themes/custom/reha/scss/global/variables/_buttons.scss +++ b/web/themes/custom/reha/scss/global/variables/_buttons.scss @@ -17,3 +17,11 @@ +.field--type-file{ + width: 45%; + text-transform: uppercase; + padding: 1rem; + border: solid black 1px; + margin-bottom: 1rem; + background-color: white; +} \ No newline at end of file