@@ -1869,6 +1869,10 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top {
18691869 @apply text-xl;
18701870}
18711871
1872+ .vfb-config-panel-header-warning {
1873+ @apply text-red-500 text-[12px ] ml-1.5 mt-1 cursor-pointer relative;
1874+ }
1875+
18721876.vfb-config-panel-header-clone ,
18731877.vfb-config-panel-header-remove ,
18741878.vfb-config-panel-header-collapse {
@@ -1909,6 +1913,7 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top {
19091913 --vf-radius-checkbox-sm : 4px ;
19101914 --vf-bg-input : var (--vf-gray-100 );
19111915 --vf-bg-passive : var (--vf-gray-200 );
1916+ --vf-bg-selected : var (--vf-gray-200 );
19121917 --vf-border-color-passive : var (--vf-gray-200 );
19131918 --vf-border-color-input : var (--vf-gray-200 );
19141919 --vf-color-input : var (--vf-gray-900 );
@@ -1961,6 +1966,22 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top {
19611966 @apply text-gray-400 font-bold text-0.5xs uppercase cursor-text select-none bg-gray-100 bg-opacity-50 absolute bottom-1.5 right-2 leading-none p-0.5 dark:bg-dark-700 dark:text-dark-400;
19621967}
19631968
1969+ .vfb-config-panel-warning {
1970+ @apply bg-red-100 text-red-500 my-4 px-4 py-3 rounded leading-tight overflow-x-auto;
1971+ }
1972+
1973+ .vfb-config-panel-warning-text {
1974+ @apply my-1;
1975+ }
1976+
1977+ .vfb-config-panel-warning-ul {
1978+ @apply list-disc pl-5 leading-tight;
1979+ }
1980+
1981+ .vfb-config-panel-warning-li {
1982+ @apply text-xs font-semibold -ml-1 pr-4 underline cursor-pointer;
1983+ }
1984+
19641985.vfb-elements-container {
19651986 @apply absolute inset-0;
19661987}
@@ -3573,6 +3594,10 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top {
35733594 @apply border-dashed border;
35743595}
35753596
3597+ .vfb-preview-element-warning {
3598+ @apply absolute inset-0 bg-red-500 bg-opacity-20;
3599+ }
3600+
35763601.vfb-preview-element-outer-wrapper {
35773602 @apply grid grid-cols-12 flex-1;
35783603}
0 commit comments