From 26ca21d57aba6d2bade5248b9d7df159fa4042d2 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 15 Dec 2023 20:47:34 +0530 Subject: [PATCH] refactor: update contact us page field padding --- assets/css/theme.css | 10 ++++++++++ .../contactform/views/templates/widget/contactform.tpl | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 5f89f1d..ae2c9fb 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1769,6 +1769,16 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding-bottom: 0.5rem; } +.file\:py-1::file-selector-button { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.file\:py-1\.5::file-selector-button { + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} + .file\:text-sm::file-selector-button { font-size: 0.875rem; line-height: 1.25rem; diff --git a/modules/contactform/views/templates/widget/contactform.tpl b/modules/contactform/views/templates/widget/contactform.tpl index 42f286e..a51099a 100644 --- a/modules/contactform/views/templates/widget/contactform.tpl +++ b/modules/contactform/views/templates/widget/contactform.tpl @@ -94,8 +94,8 @@