feat: improve zotero settings style

This commit is contained in:
Junyu Zhan
2021-07-22 17:02:13 +08:00
parent aa6feeb21c
commit 7cd0099918
2 changed files with 32 additions and 19 deletions

View File

@@ -0,0 +1,13 @@
.zotero-settings {
.row {
@apply sm:grid sm:grid-cols-3 sm:gap-4 mb-4 flex items-center;
}
.title {
@apply block font-medium leading-5;
}
.form-select {
@apply py-2;
}
}