footer.scss 1.8 KB

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