forked from brooksbingham/theme-elegance
refactor: update contact us page field padding
parent
448196b73f
commit
26ca21d57a
|
@ -1769,6 +1769,16 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
|
||||||
padding-bottom: 0.5rem;
|
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 {
|
.file\:text-sm::file-selector-button {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
|
|
|
@ -94,8 +94,8 @@
|
||||||
<div class="flex flex-col w-full">
|
<div class="flex flex-col w-full">
|
||||||
<input type="file" name="fileUpload"
|
<input type="file" name="fileUpload"
|
||||||
class="form-control text-sm text-blue-950
|
class="form-control text-sm text-blue-950
|
||||||
border border-gray-300 my-2 w-full
|
border border-gray-300 w-full
|
||||||
file:mr-4 file:py-2 file:px-4
|
file:mr-4 file:py-1.5 file:px-4
|
||||||
file:rounded-full file:border-0
|
file:rounded-full file:border-0
|
||||||
file:text-sm file:font-semibold
|
file:text-sm file:font-semibold
|
||||||
file:bg-transparent file:text-blue-950
|
file:bg-transparent file:text-blue-950
|
||||||
|
|
Loading…
Reference in New Issue