refactor: update contact us page field padding

pagebuilder
abhisheks 2023-12-15 20:47:34 +05:30
parent 448196b73f
commit 26ca21d57a
2 changed files with 12 additions and 2 deletions

View File

@ -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;

View File

@ -94,8 +94,8 @@
<div class="flex flex-col w-full">
<input type="file" name="fileUpload"
class="form-control text-sm text-blue-950
border border-gray-300 my-2 w-full
file:mr-4 file:py-2 file:px-4
border border-gray-300 w-full
file:mr-4 file:py-1.5 file:px-4
file:rounded-full file:border-0
file:text-sm file:font-semibold
file:bg-transparent file:text-blue-950