✨feature: Add padding for search label
This commit is contained in:
@@ -1992,6 +1992,9 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.mt-2 {
|
||||
margin-top: calc(var(--spacing) * 2);
|
||||
}
|
||||
.mt-4 {
|
||||
margin-top: calc(var(--spacing) * 4);
|
||||
}
|
||||
@@ -2401,6 +2404,9 @@
|
||||
.py-4 {
|
||||
padding-block: calc(var(--spacing) * 4);
|
||||
}
|
||||
.pt-2 {
|
||||
padding-top: calc(var(--spacing) * 2);
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="flex gap-0">
|
||||
<div class="w-fit m-0 p-0">
|
||||
<input type="text" class="input w-full border-r-0 rounded-r-none" name="domain" id="domain" placeholder="Site/URL to test" />
|
||||
<p class="label">Add either single URL or link to sitemap</p>
|
||||
<p class="label pt-2">Add either single URL or link to sitemap</p>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-info">Test</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user