Fix some minor padding issues
This commit is contained in:
parent
639d2fb296
commit
c526fd7285
|
|
@ -1,11 +1,11 @@
|
|||
<header class="navbar bg-base-100">
|
||||
<header class="navbar bg-base-100 pt-0">
|
||||
<div class="flex-1">
|
||||
<button class="btn btn-sm btn-square btn-ghost">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
class="inline-block w-5 h-5 stroke-current"
|
||||
class="inline-block w-7 h-7 stroke-current"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
|
|
|
|||
|
|
@ -16,3 +16,7 @@ input[type='checkbox']::before {
|
|||
input[type='checkbox']:checked::before {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.modal-box {
|
||||
@apply p-8;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ module.exports = {
|
|||
"--rounded-badge": "2px",
|
||||
"--tab-radius": "2px",
|
||||
"--btn-text-case": "normal-case"
|
||||
// 2rem padding on modal-box
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue