footer.scss 2.8 KB

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