You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_redirect_page.scss 849B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .redirectPageMessage {
  2. width: 30%;
  3. margin: 20% auto;
  4. text-align: center;
  5. font-size: 24px;
  6. .thanks-msg {
  7. border-bottom: 1px solid #FFFFFF;
  8. padding-left: 30px;
  9. padding-right: 30px;
  10. p {
  11. margin: 30px auto;
  12. font-size: 24px;
  13. line-height: 24px;
  14. }
  15. }
  16. .hint-msg {
  17. p {
  18. margin: 26px auto;
  19. font-weight: 600;
  20. font-size: 16px;
  21. line-height: 18px;
  22. .hint-msg__holder{
  23. font-weight: 200;
  24. }
  25. }
  26. .happy-software{
  27. width: 120px;
  28. height: 86px;
  29. margin: 0 auto;
  30. background: transparent;
  31. }
  32. }
  33. .forbidden-msg {
  34. p {
  35. font-size: 16px;
  36. margin-top: 15px;
  37. }
  38. }
  39. }