footer.scss 2.6 KB

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