getting-started.module.scss 286 B

1234567891011121314
  1. // A quick and dirty hack to keep the tab panel with less content to have the same height as others
  2. div > div > div > div > div > div {
  3. .buildUrho3D + & {
  4. min-height: 164px;
  5. }
  6. .buildUrhoApp + & {
  7. min-height: 142px;
  8. }
  9. .requirements + & {
  10. min-height: 340px;
  11. }
  12. }