getting-started.module.scss 326 B

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