footer.scss 1.7 KB

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