mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-17 09:26:47 +00:00
📝 Docs: 添加商店表单支持 (#2460)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
31
website/src/components/Form/styles.css
Normal file
31
website/src/components/Form/styles.css
Normal file
@ -0,0 +1,31 @@
|
||||
.form-btn {
|
||||
@apply btn btn-sm btn-primary no-animation;
|
||||
|
||||
&-prev {
|
||||
@apply mr-auto;
|
||||
}
|
||||
|
||||
&-next {
|
||||
@apply ml-auto;
|
||||
}
|
||||
|
||||
&-hidden {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.form-input {
|
||||
@apply input input-bordered w-full;
|
||||
|
||||
&-error {
|
||||
@apply input-error;
|
||||
}
|
||||
}
|
||||
|
||||
.form-label {
|
||||
@apply text-xs;
|
||||
|
||||
&-error {
|
||||
@apply text-error;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user