- complete onyx design template

- implement public sharable urls
- implement more actions
This commit is contained in:
Amruth Pillai
2020-07-11 20:42:16 +05:30
parent 0b5653fab5
commit 5ec1f21bd3
55 changed files with 1025 additions and 412 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
.container {
@apply w-full;
}
.container label input,
.container label textarea,
.container label select {
@apply py-3 px-4 rounded text-primary-900 bg-primary-200 border border-transparent appearance-none;
@apply w-full py-3 px-4 rounded text-primary-900 bg-primary-200 border border-transparent appearance-none;
}
.container label input::placeholder,