Widget
This commit is contained in:
@@ -88,9 +88,10 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
#OEA_widget {
|
#OEA_widget {
|
||||||
@apply bg-white p-3 rounded-lg shadow-lg space-y-2;
|
@apply bg-white p-3 rounded-lg shadow-lg;
|
||||||
|
|
||||||
|
#OEA_input { @apply space-y-2;
|
||||||
|
|
||||||
#OEA_input {
|
|
||||||
|
|
||||||
.OEA_zeile1, .OEA_zeile2 {
|
.OEA_zeile1, .OEA_zeile2 {
|
||||||
@apply flex flex-row space-x-2;
|
@apply flex flex-row space-x-2;
|
||||||
@@ -126,5 +127,5 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
.empfehlungen a {
|
.empfehlungen a {
|
||||||
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user