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.

39 lines
574B

  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. footer {
  21. margin-top: 50px;
  22. font-family: dinregular;
  23. color: #568a73;
  24. text-align: center;
  25. a {
  26. color: #568a73;
  27. font-family: dinbold;
  28. &:hover {
  29. text-decoration: underline;
  30. }
  31. }
  32. }
  33. }