|
357 | 357 | } |
358 | 358 |
|
359 | 359 | .vfb-tool-ai-new-tag { |
360 | | - @apply absolute -bottom-[1.3875rem] left-1/2 transform -translate-x-1/2 bg-purple-500 text-white leading-none uppercase text-[11px] font-bold px-0.75 py-0.5 rounded; |
| 360 | + @apply absolute -bottom-[1.3875rem] left-1/2 transform -translate-x-1/2 bg-purple-500 text-white leading-none uppercase text-[11px] font-bold px-0.75 py-0.5 rounded whitespace-nowrap; |
361 | 361 | } |
362 | 362 |
|
363 | 363 | .vfb-icon.vfb-tool-ai-new-tag-caret { |
@@ -965,8 +965,13 @@ input.vfb-clr-color:focus { |
965 | 965 | word-break: break-word; |
966 | 966 | } |
967 | 967 |
|
968 | | -.vfb-learn-more { |
969 | | - @apply ml-2 leading-none text-0.5xs text-gray-400 border-b border-dotted border-gray-400 dark:text-dark-400 dark:border-dark-400; |
| 968 | +.vfb-learn-more, |
| 969 | +.form-contains-link a.vfb-learn-more { |
| 970 | + @apply leading-none text-0.5xs relative -top-0.5 text-gray-400 whitespace-nowrap border-b border-dotted border-gray-400 dark:text-dark-400 dark:border-dark-400; |
| 971 | +} |
| 972 | + |
| 973 | +.vfb-dotted-link { |
| 974 | + @apply text-primary-500 border-b border-dotted border-primary-500; |
970 | 975 | } |
971 | 976 |
|
972 | 977 | .vfb-field-note { |
@@ -1026,10 +1031,18 @@ input.vfb-clr-color:focus { |
1026 | 1031 |
|
1027 | 1032 | .vfb-util-tabs-tiny { |
1028 | 1033 | @apply text-xs leading-tight; |
| 1034 | + padding-left: 0.25rem !important; |
| 1035 | + padding-right: 0.25rem !important; |
| 1036 | +} |
| 1037 | + |
| 1038 | +.vfb-util-tabs-tiny-text { |
| 1039 | + @apply whitespace-nowrap overflow-hidden; |
1029 | 1040 | } |
1030 | 1041 |
|
1031 | 1042 | .vfb-util-tabs-small { |
1032 | 1043 | @apply text-sm leading-tight; |
| 1044 | + padding-left: 0.25rem !important; |
| 1045 | + padding-right: 0.25rem !important; |
1033 | 1046 | } |
1034 | 1047 |
|
1035 | 1048 | .vfb-util-tabs-outline-gray-selected { |
@@ -1068,6 +1081,16 @@ input.vfb-clr-color:focus { |
1068 | 1081 | @apply col-span-12; |
1069 | 1082 | } |
1070 | 1083 |
|
| 1084 | +.vfb-util-props-group-container { |
| 1085 | + @apply col-span-12; |
| 1086 | +} |
| 1087 | +.vfb-util-props-group-container label.text-type\:form-pt-input-border-sm { |
| 1088 | + @apply pr-2 break-words block; |
| 1089 | +} |
| 1090 | +.vfb-util-props-group-container label.text-type\:form-pt-input-border-sm:not(.vfb-prop-multiline) { |
| 1091 | + @apply p-0 leading-none flex items-center pr-2 break-all; |
| 1092 | +} |
| 1093 | + |
1071 | 1094 | .vfb-util-props-group { |
1072 | 1095 | @apply my-4; |
1073 | 1096 | } |
@@ -1222,10 +1245,6 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top { |
1222 | 1245 | @apply w-5 h-5 rounded pointer-events-none; |
1223 | 1246 | } |
1224 | 1247 |
|
1225 | | -.vfb-util-prop-label-with-link { |
1226 | | - @apply flex items-center; |
1227 | | -} |
1228 | | - |
1229 | 1248 | .vfb-util-prop-element-with-link { |
1230 | 1249 | @apply flex items-center justify-between w-full; |
1231 | 1250 | } |
@@ -1349,6 +1368,16 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top { |
1349 | 1368 | @apply px-2 py-0.5 text-0.5sm rounded inline-block; |
1350 | 1369 | } |
1351 | 1370 |
|
| 1371 | +.vfb-no-px { |
| 1372 | + padding-left: 0 !important; |
| 1373 | + padding-right: 0 !important; |
| 1374 | +} |
| 1375 | + |
| 1376 | +.vfb-px-1 { |
| 1377 | + padding-left: 0.25rem !important; |
| 1378 | + padding-right: 0.25rem !important; |
| 1379 | +} |
| 1380 | + |
1352 | 1381 | .vfb-util-flash { |
1353 | 1382 | transition: 0.1s; |
1354 | 1383 | animation-duration: 0.5s; |
@@ -1725,7 +1754,7 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top { |
1725 | 1754 | } |
1726 | 1755 |
|
1727 | 1756 | .vfb-conditions-render-expected { |
1728 | | - @apply text-primary-600 font-semibold; |
| 1757 | + @apply font-semibold; |
1729 | 1758 | } |
1730 | 1759 |
|
1731 | 1760 | .vfb-conditions-render-or { |
|
0 commit comments