diff --git a/css/applications/componere.css b/css/applications/componere.css index 2211200..9627378 100755 --- a/css/applications/componere.css +++ b/css/applications/componere.css @@ -199,4 +199,12 @@ @apply px-4; @apply py-3; } + + .componere-swap-area { + @apply flex; + @apply flex-row; + @apply justify-end; + @apply items-center; + @apply pb-2; + } } diff --git a/css/global/forms.css b/css/global/forms.css index cae8b6a..bd4f8a5 100755 --- a/css/global/forms.css +++ b/css/global/forms.css @@ -1,5 +1,5 @@ -@layer components{ - select{ +@layer components { + select { @apply background; @apply border-vsk; @apply rounded-vsk; @@ -7,4 +7,4 @@ @apply w-full; @apply mb-2; } -} \ No newline at end of file +} diff --git a/templates/apps/componere/disk.html b/templates/apps/componere/disk.html index 3137e67..04e399e 100755 --- a/templates/apps/componere/disk.html +++ b/templates/apps/componere/disk.html @@ -33,6 +33,7 @@