mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
Some stuff
This commit is contained in:
@@ -4,32 +4,31 @@
|
||||
}
|
||||
|
||||
.dbform .inputwrapper {
|
||||
@apply rounded-xs border-2 border-transparent pl-3 pr-1.5
|
||||
py-1 pb-1.5 border-l-2 focus-within:border-l-slate-600
|
||||
@apply rounded-xs border-2 border-transparent py-1
|
||||
border-l-2 focus-within:border-l-slate-600
|
||||
bg-stone-100 focus-within:bg-slate-100 transition-all duration-100;
|
||||
}
|
||||
|
||||
.dbform .inputwrapper .inputlabel {
|
||||
@apply text-sm text-gray-700 font-bold;
|
||||
@apply px-3 text-gray-700 font-bold py-1;
|
||||
}
|
||||
|
||||
.dbform .inputwrapper .inputinput {
|
||||
@apply block w-full focus:border-none focus:outline-none px-3 py-1;
|
||||
}
|
||||
|
||||
.dbform .inputwrapper .inputtextarea {
|
||||
@apply block w-full focus:border-none focus:outline-none resize-y px-3 py-1;
|
||||
}
|
||||
|
||||
.inputlabeltext {
|
||||
@apply text-sm text-gray-700 font-bold;
|
||||
@apply text-gray-700 font-bold;
|
||||
}
|
||||
|
||||
.dbform .inputwrapper .inputselect {
|
||||
@apply mt-1 block w-full rounded-md focus:border-none focus:outline-none
|
||||
disabled:opacity-50;
|
||||
}
|
||||
|
||||
.dbform .inputwrapper .inputinput {
|
||||
@apply mt-1 block w-full focus:border-none focus:outline-none;
|
||||
}
|
||||
|
||||
.dbform .inputwrapper .inputtextarea {
|
||||
@apply mt-1 block w-full focus:border-none focus:outline-none resize-y;
|
||||
}
|
||||
|
||||
.dbform .submitbutton {
|
||||
@apply w-full inline-flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-slate-700 hover:bg-slate-800 cursor-pointer focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-slate-500 active:bg-slate-900 transition-all duration-75;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user