Options is now showing keys, and changing keys as the dropdown is switched.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
.input {
|
||||
@apply bg-fuchsia-200 text-fuchsia-800 rounded-lg p-1 lg:p-1.5 focus:border-fuchsia-800;
|
||||
@apply bg-fuchsia-200 text-fuchsia-800 rounded-lg p-1 lg:p-1.5 focus:border-fuchsia-800 w-64;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
@@ -18,4 +18,8 @@
|
||||
.section {
|
||||
@apply border-2 border-fuchsia-700 rounded-lg p-5 mt-6 shadow-md;
|
||||
}
|
||||
|
||||
.section-header {
|
||||
@apply text-2xl lg:text-5xl font-bold;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user