|
349 | 349 | @apply mb-2; |
350 | 350 | } |
351 | 351 |
|
| 352 | +.vfb-tool-language-selector.is-disabled { |
| 353 | + @apply opacity-60 pointer-events-none; |
| 354 | +} |
| 355 | + |
352 | 356 | .vfb-tool-language-selector .vfb-tool-item { |
353 | 357 | @apply text-sm; |
354 | 358 | } |
@@ -1746,15 +1750,15 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top { |
1746 | 1750 | .vfb-toaster { |
1747 | 1751 | @apply text-white py-3 px-5 bg-black bg-opacity-80 overflow-hidden flex justify-between items-center rounded whitespace-nowrap opacity-100; |
1748 | 1752 | } |
1749 | | -.vfb-toaster .vfb-toaster-error { |
| 1753 | +.vfb-toaster.vfb-toaster-error { |
1750 | 1754 | @apply bg-red-500; |
1751 | 1755 | box-shadow: 2px 2px 1px 0px rgba(126, 58, 58, 0.5); |
1752 | 1756 | } |
1753 | | -.vfb-toaster .vfb-toaster-info { |
| 1757 | +.vfb-toaster.vfb-toaster-info { |
1754 | 1758 | @apply bg-blue-400; |
1755 | 1759 | box-shadow: 2px 2px 1px 0px rgba(96, 165, 250, 0.5); |
1756 | 1760 | } |
1757 | | -.vfb-toaster .vfb-toaster-success { |
| 1761 | +.vfb-toaster.vfb-toaster-success { |
1758 | 1762 | @apply bg-primary-500; |
1759 | 1763 | box-shadow: 2px 2px 1px 0px rgba(31, 150, 118, 0.5); |
1760 | 1764 | } |
@@ -2659,6 +2663,12 @@ div > div:first-of-type[style*="none;"] + .vfb-util-props-separator-top { |
2659 | 2663 | @apply flex items-center justify-between w-full; |
2660 | 2664 | } |
2661 | 2665 |
|
| 2666 | +.vfb-config-panel-header.has-disabled-actions .vfb-config-panel-header-close, |
| 2667 | +.vfb-config-panel-header.has-disabled-actions .vfb-config-panel-header-save, |
| 2668 | +.vfb-config-panel-header.has-disabled-actions .vfb-config-panel-header-clone { |
| 2669 | + @apply opacity-60 pointer-events-none; |
| 2670 | +} |
| 2671 | + |
2662 | 2672 | .vfb-config-panel-header-wrapper-left { |
2663 | 2673 | @apply flex items-center; |
2664 | 2674 | } |
|
0 commit comments