v1.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .h-86 {height: 344px;}
  2. .h-78 {height: 312px;}
  3. .h-74 {height: 296px;}
  4. .h-70 {height: 280px;}
  5. .w-50 {width: 200px;}
  6. .p-0-important {padding: 0 !important;}
  7. .min-w-1200 {min-width: 1200px;}
  8. .items-center-important {align-items: center !important;}
  9. .justify-start-important {justify-content: start !important;}
  10. #builderPanel .panel-body,
  11. #builderPanel .panel-footer {padding: 0.75rem 1rem !important;}
  12. #builderPanel .panel-heading {padding: 0.5rem 1rem !important;}
  13. .builder-step-btn:hover:before {opacity: 0;}
  14. .builder-step-btn:hover {color: var(--color-primary-500); --tw-ring-opacity: 1; --tw-ring-color: rgba(var(--color-secondary-500-rgb),var(--tw-ring-opacity));}
  15. .builder-step-btn.required:after {
  16. content: "*";
  17. display: inline-block;
  18. --tw-translate-y: 0.125rem;
  19. --tw-scale-x: 1.25;
  20. --tw-scale-y: 1.25;
  21. transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  22. --tw-text-opacity: 1;
  23. color: rgba(var(--color-danger-500-rgb),var(--tw-text-opacity));
  24. position: absolute;
  25. left: 1.25rem;
  26. }
  27. .w-1\/6-gap-4 {width: calc(16.666667% - 1rem);}
  28. .w-1\/5-gap-4 {width: calc(20% - 1rem);}
  29. .w-1\/4-gap-4 {width: calc(25% - 1rem);}
  30. .w-1\/3-gap-4 {width: calc(33.333334% - 1rem);}
  31. .w-1\/2-gap-4 {width: calc(50% - 1rem);}
  32. .checkbox-col-6 .checkbox-primary {width: calc(100% / 6); flex: none;}
  33. .checkbox-col-3 .checkbox-primary {width: calc(100% / 3); flex: none;}
  34. .checkbox-col-2 .checkbox-primary {width: calc(100% / 2); flex: none;}
  35. .checkbox-col-1 .checkbox-primary {width: 100%; flex: none;}
  36. .checkbox-col .checkbox-primary>label {width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  37. .max-h-8 {max-height: 2rem;}
  38. .max-h-16 {max-height: 4rem;}
  39. .basis-128 {flex-basis: 32rem;}
  40. .btn-group>.btn:not(:first-child) {border-left-color: var(--color-transparent);}