footer.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. @media screen and (max-width: 300px) {
  33. max-width: 100%;
  34. }
  35. div.site_setting_entity div.grid{
  36. display: grid;
  37. grid-template-columns: 1fr 1fr;
  38. div:nth-of-type(1){
  39. grid-column: 1;
  40. grid-row: 1 / span 3;
  41. }
  42. div:nth-of-type(2){
  43. grid-column: 2;
  44. grid-row: 1;
  45. }
  46. div:nth-of-type(3){
  47. grid-column: 2;
  48. grid-row: 2;
  49. margin-left: 1rem;
  50. a{
  51. img{
  52. width: 90%;
  53. margin: auto;
  54. }
  55. }
  56. }
  57. div:nth-of-type(4){
  58. grid-column: 2;
  59. grid-row: 3;
  60. margin-top: 2rem;
  61. margin-left: 1rem;
  62. a{
  63. img{
  64. width: 60%;
  65. }
  66. }
  67. }
  68. @media screen and (max-width: 300px) {
  69. display: flex;
  70. flex-direction: column;
  71. }
  72. }
  73. // & > div{
  74. // // display: flex;
  75. // // flex-wrap: nowrap;
  76. // @media screen and (min-width: 768px) {
  77. // display:block;
  78. // }
  79. // & > div{
  80. // // width: calc((100% / 3) - #{$gutter});
  81. // @media screen and (min-width: 768px) {
  82. // width: calc((100% / 2) - #{$gutter});
  83. // max-width: 200px;
  84. // margin-bottom: 2rem;
  85. // }
  86. // // &:first-child{
  87. // // margin-right: $gutter;
  88. // }
  89. // }
  90. // }
  91. }
  92. #block-renderedsitesettingsblock-4{
  93. @media (min-width: 992px) {
  94. .d-lg-block {
  95. display: block !important;
  96. }
  97. }
  98. .site_setting_entity{
  99. & > div{
  100. margin: 1rem 0;
  101. &:first-child{
  102. &::after,&:before{
  103. margin: 0.5rem 0;
  104. display: block;
  105. content: " ";
  106. width: 1rem;
  107. height: 1px;
  108. background: black;
  109. }
  110. }
  111. }
  112. .sub-title{
  113. font-size: 1rem;
  114. }
  115. .d-flex{
  116. margin-top: 1rem;
  117. & > div{
  118. width: 30px;
  119. margin-right: 1rem;
  120. }
  121. }
  122. }
  123. }
  124. .site_setting_entity{
  125. img{
  126. height: auto;
  127. }
  128. }
  129. & > div{
  130. display: flex;
  131. flex-wrap: nowrap;
  132. .__slide{
  133. .flickity-slider{
  134. & > div{
  135. width: max-content;
  136. margin: 0 1rem;
  137. img{
  138. width: auto!important;
  139. height: 100px;
  140. max-width: 70px;
  141. object-fit: contain;
  142. }
  143. }
  144. }
  145. }
  146. }
  147. }