footer.scss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. footer{
  2. background: white;
  3. width: 100%;
  4. height: auto;
  5. padding: 2rem 0 0 0;
  6. margin-top:2rem;
  7. & > .d-flex{
  8. & > div{
  9. margin-bottom: 1.5rem;
  10. }
  11. }
  12. #block-colloque2024-renderedsitesettingsblock-5{
  13. .site_setting_entity{
  14. & > div{
  15. display: flex;
  16. flex-wrap: nowrap;
  17. @media screen and (min-width: 768px) {
  18. display:block;
  19. }
  20. & > div{
  21. width: calc((100% / 3) - #{$gutter});
  22. @media screen and (min-width: 768px) {
  23. width: calc((100% / 2) - #{$gutter});
  24. max-width: 200px;
  25. margin-bottom: 2rem;
  26. }
  27. &:first-child{
  28. margin-right: $gutter;
  29. }
  30. }
  31. }
  32. }
  33. }
  34. #block-colloque2024-renderedsitesettingsblock-4{
  35. .site_setting_entity{
  36. & > div{
  37. margin: 1rem 0;
  38. &:first-child{
  39. &::after,&:before{
  40. margin: 0.5rem 0;
  41. display: block;
  42. content: " ";
  43. width: 1rem;
  44. height: 1px;
  45. background: black;
  46. }
  47. }
  48. }
  49. .sub-title{
  50. font-size: 1rem;
  51. }
  52. .d-flex{
  53. margin-top: 1rem;
  54. & > div{
  55. width: 30px;
  56. margin-right: 1rem;
  57. }
  58. }
  59. }
  60. }
  61. .site_setting_entity{
  62. img{
  63. height: auto;
  64. }
  65. }
  66. & > div{
  67. display: flex;
  68. flex-wrap: nowrap;
  69. .__slide{
  70. .flickity-slider{
  71. & > div{
  72. width: max-content;
  73. margin: 0 1rem;
  74. img{
  75. width: auto!important;
  76. height: 100px;
  77. max-width: 70px;
  78. object-fit: contain;
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }