Widget
This commit is contained in:
@@ -88,7 +88,7 @@ import Layout from "#layouts/Layout.astro";
|
||||
@tailwind utilities;
|
||||
|
||||
#OEA_widget {
|
||||
@apply bg-white p-3 rounded-lg shadow-lg;
|
||||
@apply bg-light-grey p-4 rounded-xl shadow-xl;
|
||||
|
||||
#OEA_input { @apply space-y-2;
|
||||
|
||||
@@ -118,7 +118,7 @@ import Layout from "#layouts/Layout.astro";
|
||||
}
|
||||
|
||||
#OEA_result {
|
||||
@apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700;
|
||||
@apply rounded-lg text-gray-700;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user