add CheckBoxField

This commit is contained in:
2020-05-09 10:23:26 +02:00
parent 765d99e48b
commit 6ee6de5dfd
5 changed files with 92 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
// Button
.btn {
@apply border border-transparent bg-gray-600 text-white font-semibold py-2 px-4 shadow-sm rounded cursor-pointer;
@apply border border-transparent inline-block bg-gray-600 text-white font-semibold whitespace-no-wrap py-2 px-4 shadow-sm rounded cursor-pointer;
&:hover {
@apply text-white bg-gray-800 transition-all duration-300;
@@ -12,7 +12,7 @@
}
&.svg {
@apply px-2;
@apply px-2 inline;
svg {
@apply mr-0;