footer.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. footer{
  2. background: white;
  3. border-top: 1px solid black;
  4. width: 100%;
  5. height: auto;
  6. // padding: 2rem 0 0 0;
  7. margin-top:2rem;
  8. .container{
  9. max-width: 90vw;
  10. }
  11. & > .d-flex{
  12. & > div{
  13. margin-bottom: 1.5rem;
  14. padding-top: 2rem;
  15. padding-left: 2rem !important;
  16. padding-right: 2rem !important;
  17. }
  18. & > div:not(:last-of-type){
  19. border-right: 1px solid black;
  20. @media screen and (min-width: 300px) {
  21. border-right: none;
  22. }
  23. }
  24. }
  25. @media (min-width: 992px) {
  26. .d-lg-block {
  27. display: block !important;
  28. }
  29. }
  30. #block-renderedsitesettingsblock-5{
  31. max-width: 30%;
  32. padding-top:1rem;
  33. @media screen and (max-width: 550px) {
  34. max-width: 80%;
  35. }
  36. div.site_setting_entity div.grid{
  37. display: grid;
  38. grid-template-columns: 1fr 1fr;
  39. @media (max-width: 992px){
  40. display: flex;
  41. flex-direction: row ;
  42. flex-wrap: wrap;
  43. }
  44. div:nth-of-type(1){
  45. grid-column: 1;
  46. grid-row: 1 / span 3;
  47. }
  48. div:nth-of-type(2){
  49. grid-column: 2;
  50. grid-row: 1;
  51. }
  52. div:nth-of-type(3){
  53. grid-column: 2;
  54. grid-row: 2;
  55. margin-left: 1rem;
  56. a{
  57. img{
  58. width: 90%;
  59. margin: auto;
  60. }
  61. }
  62. }
  63. div:nth-of-type(4){
  64. grid-column: 2;
  65. grid-row: 3;
  66. margin-top: 2rem;
  67. margin-left: 1rem;
  68. a{
  69. img{
  70. width: 60%;
  71. }
  72. }
  73. }
  74. @media screen and (max-width: 300px) {
  75. display: flex;
  76. flex-direction: column;
  77. }
  78. }
  79. // & > div{
  80. // // display: flex;
  81. // // flex-wrap: nowrap;
  82. // @media screen and (min-width: 768px) {
  83. // display:block;
  84. // }
  85. // & > div{
  86. // // width: calc((100% / 3) - #{$gutter});
  87. // @media screen and (min-width: 768px) {
  88. // width: calc((100% / 2) - #{$gutter});
  89. // max-width: 200px;
  90. // margin-bottom: 2rem;
  91. // }
  92. // // &:first-child{
  93. // // margin-right: $gutter;
  94. // }
  95. // }
  96. // }
  97. }
  98. #block-renderedsitesettingsblock-4{
  99. @media (min-width: 992px) {
  100. .d-lg-block {
  101. display: block !important;
  102. }
  103. }
  104. .site_setting_entity{
  105. & > div{
  106. margin: 1rem 0;
  107. &:first-child{
  108. &::after,&:before{
  109. margin: 0.5rem 0;
  110. display: block;
  111. content: " ";
  112. width: 1rem;
  113. height: 1px;
  114. background: black;
  115. }
  116. }
  117. }
  118. .sub-title{
  119. font-size: 1rem;
  120. }
  121. .d-flex{
  122. margin-top: 1rem;
  123. & > div{
  124. width: 30px;
  125. margin-right: 1rem;
  126. }
  127. }
  128. }
  129. }
  130. .site_setting_entity{
  131. img{
  132. height: auto;
  133. }
  134. }
  135. & > div{
  136. display: flex;
  137. flex-wrap: nowrap;
  138. .__slide{
  139. .flickity-slider{
  140. & > div{
  141. width: max-content;
  142. margin: 0 1rem;
  143. img{
  144. width: auto!important;
  145. height: 100px;
  146. max-width: 70px;
  147. object-fit: contain;
  148. }
  149. }
  150. }
  151. }
  152. }
  153. #block-renderedsitesettingsblock-3{
  154. display: none;
  155. }
  156. }