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.

18 lines
288B

  1. #carto-int {
  2. .title-interactive {
  3. color: $orange;
  4. font-family: FranklinGothic;
  5. text-align: center;
  6. margin-top: 75px;
  7. margin-bottom: 75px;
  8. }
  9. .carto-bulles {
  10. border: 2px solid $green;
  11. min-height: 800px;
  12. tspan {
  13. font-family: dinbold;
  14. }
  15. }
  16. }