informations.scss 638 B

123456789101112131415161718192021222324252627282930313233343536
  1. #block-popsu-colloque-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. &::after{
  11. display: inline-flex;
  12. position: absolute;
  13. right: 0px;
  14. top: 0px;
  15. width: 50px;
  16. height: 50px;
  17. vertical-align: middle;
  18. @include labelOnline;
  19. }
  20. @media screen and (min-width: 768px) {
  21. &::after{
  22. right: -20px;
  23. top: 10px;
  24. width: 150px;
  25. height: 150px;
  26. }
  27. }
  28. }
  29. .geolocation-map-wrapper{
  30. height: 400px;
  31. .geolocation-map-container{
  32. height: inherit!important;
  33. }
  34. }