informations.scss 663 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #block-colloque2024-page-title{
  2. margin:1.5rem auto;
  3. // @include croix_or;
  4. @media screen and (min-width: 768px) {
  5. margin: 0 auto 1.5rem auto;
  6. }
  7. }
  8. #info_prat_title{
  9. position: relative;
  10. color: $color2024;
  11. &::after{
  12. display: inline-flex;
  13. position: absolute;
  14. right: 0px;
  15. top: 0px;
  16. width: 50px;
  17. height: 50px;
  18. vertical-align: middle;
  19. // @include labelOnline;
  20. }
  21. @media screen and (min-width: 768px) {
  22. &::after{
  23. right: -20px;
  24. top: 10px;
  25. width: 150px;
  26. height: 150px;
  27. }
  28. }
  29. }
  30. .geolocation-map-wrapper{
  31. height: 400px;
  32. .geolocation-map-container{
  33. height: inherit!important;
  34. }
  35. }