File tree Expand file tree Collapse file tree 1 file changed +22
-19
lines changed
Expand file tree Collapse file tree 1 file changed +22
-19
lines changed Original file line number Diff line number Diff line change 7676 }
7777
7878 /* Checkboxes */
79- [data-flux-checkbox ] {
80- @apply ml-[10px ];
81- @apply cursor-pointer;
82- [data-flux-checkbox-indicator ] {
83- @apply mt-[1px ];
84- @apply w-[18px ] h-[18px ];
85- @apply border border-gray-600 dark:border-white/50 rounded-xs;
86- @apply bg-gray-300/20 bg-no-repeat bg-center;
87-
88- [data-checked ] & {
79+ [data-flux-checkbox-group ] {
80+ [data-flux-field ] {
81+ @apply mb-0;
82+ }
83+ [data-flux-checkbox ] {
84+ @apply ml-0;
85+ @apply cursor-pointer;
86+ [data-flux-checkbox-indicator ] {
87+ @apply mt-[1px ] ml-0 mr-0;
8988 @apply w-[18px ] h-[18px ];
90- @apply rounded-xs;
91- @apply bg-cds-blue dark:bg-transparent;
92- @apply text-white;
93- svg {
94- @apply dark:text-white;
89+ @apply border border-gray-600 dark:border-white/50 rounded-xs;
90+ @apply bg-gray-300/20 bg-no-repeat bg-center;
91+
92+ [data-checked ] & {
93+ @apply w-[18px ] h-[18px ];
94+ @apply rounded-xs;
95+ @apply bg-cds-blue dark:bg-transparent;
96+ @apply text-white;
97+ svg {
98+ @apply dark:text-white;
99+ }
95100 }
96101 }
97102 }
98- }
99- [data-flux-checkbox-group ] {
100- [data-flux-field ] {
101- @apply mb-0;
103+ [data-flux-label ] {
104+ @apply ml-2;
102105 }
103106 + [data-flux-error ] {
104107 margin-top : calc (var (--spacing ) * 0 ) !important ;
You can’t perform that action at this time.
0 commit comments