styles.css 306 B

123456789101112131415161718
  1. .main-app {
  2. height: 100vh;
  3. display: grid;
  4. grid-template-rows: 90% 10%;
  5. }
  6. .page {
  7. display: none;
  8. }
  9. #personal-information-form input#gender-custom,
  10. #personal-information-form input#ethnicity-custom {
  11. display: none;
  12. }
  13. #personal-information-form label[for="long-time-resident"] {
  14. color: black;
  15. }