Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

52 lines
766B

  1. #app_legal_mention {
  2. margin-top: 30px;
  3. .logo-acc {
  4. text-align: center;
  5. }
  6. .title {
  7. h1 {
  8. color: #568a73;
  9. font-size: 45px;
  10. margin-top: 80px;
  11. margin-bottom: 30px;
  12. font-family: dinbold;
  13. }
  14. }
  15. .description {
  16. font-family: dinregular;
  17. font-size: 17px;
  18. text-align: justify;
  19. }
  20. h2 {
  21. color: #DC5C2D;
  22. font-size: 25px;
  23. margin-top: 25px;
  24. margin-bottom: 20px;
  25. font-family: dinbold;
  26. }
  27. p, div {
  28. line-height: 25px ;
  29. margin-bottom: 10px ;
  30. }
  31. footer {
  32. margin-top: 50px;
  33. font-family: dinregular;
  34. color: #568a73;
  35. text-align: center;
  36. a {
  37. color: #568a73;
  38. font-family: dinbold;
  39. &:hover {
  40. text-decoration: underline;
  41. }
  42. }
  43. }
  44. }