getting-started.module.scss 480 B

123456789101112131415161718192021
  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. }
  15. // As the info content may be changed in the future, adjust the minimum height here to prevent jumping elements
  16. .infoFixedHeight {
  17. min-height: 86px;
  18. }