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.

51 lines
1.2 KiB

  1. @import (reference) "../include/infopages.less";
  2. @import (reference) "../include/colortheme-all.less";
  3. &.cp-page-privacy {
  4. .infopages_main();
  5. #cp-main {
  6. background: #fff;
  7. }
  8. .cp-privacy-top {
  9. padding-top: 3em;
  10. padding-bottom: 3em;
  11. background-image: url(/customize/images/cover-privacy.jpg);
  12. background-size: cover;
  13. background-repeat: no-repeat;
  14. background-position: center;
  15. .container {
  16. color: #fff;
  17. font-family: "Open Sans";
  18. h1 {
  19. font-weight: 700;
  20. }
  21. a {
  22. color: #fff;
  23. text-decoration: underline;
  24. }
  25. p {
  26. padding-top: 1em;
  27. }
  28. }
  29. }
  30. .cp-privacy {
  31. background-image: url(/customize/CryptPadlogo_op5.svg);
  32. background-size: cover;
  33. background-repeat: no-repeat;
  34. background-position: center;
  35. hr {
  36. margin-left: 0;
  37. width: 15rem;
  38. border-top: 2px solid #4591C4;
  39. }
  40. h3 {
  41. color: #1E1F1F;
  42. font-weight: 700;
  43. }
  44. p {
  45. color: #3F4141;
  46. }
  47. }
  48. }