v1.css 263 B

12345678
  1. .max-h-8 {max-height: 2rem;}
  2. .max-h-16 {max-height: 4rem;}
  3. .basis-128 {flex-basis: 32rem;}
  4. .w-50 {width: 200px;}
  5. .h-86 {height: 344px;}
  6. .h-78 {height: 312px;}
  7. .h-70 {height: 280px;}
  8. .btn-group>.btn:not(:first-child) {border-left-color: var(--color-transparent);}