index.scss 640B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .Page.mortgageCalc {
  2. background: #fafafa;
  3. height: 100vh;
  4. width: 100%;
  5. .container {
  6. margin-top: 40px;
  7. padding: 20px 0;
  8. background: #fff;
  9. }
  10. .title {
  11. margin-top: 60px;
  12. padding-left: 1em;
  13. background: #fafafa;
  14. font-size: 30px;
  15. font-weight: 700;
  16. }
  17. slider {
  18. margin-top: 0;
  19. margin-bottom: 0;
  20. }
  21. .Btn {
  22. margin-top: 25px;
  23. padding: 40px;
  24. position: relative;
  25. overflow: hidden;
  26. > button {
  27. display: block;
  28. text-align: center;
  29. font-size: 32px;
  30. line-height: 92px;
  31. background: #193c83;
  32. color: #fff;
  33. border-radius: 92px;
  34. }
  35. }
  36. }