footer.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. footer{
  2. background: white;
  3. width: 100%;
  4. height: auto;
  5. padding: 2rem 0;
  6. margin-top:2rem;
  7. h2{
  8. font-size: 1rem;
  9. text-transform: uppercase;
  10. }
  11. a{
  12. color: black;
  13. &:hover{
  14. color: black;
  15. }
  16. }
  17. #block-renderedsitesettingsblock-4{
  18. .site_setting_entity{
  19. & > div{
  20. margin: 1rem 0;
  21. &:first-child{
  22. &::after,&:before{
  23. margin: 0.5rem 0;
  24. display: block;
  25. content: " ";
  26. width: 1rem;
  27. height: 1px;
  28. background: black;
  29. }
  30. }
  31. }
  32. .sub-title{
  33. font-size: 1rem;
  34. }
  35. .d-flex{
  36. margin-top: 1rem;
  37. & > div{
  38. width: 30px;
  39. margin-right: 1rem;
  40. }
  41. }
  42. }
  43. }
  44. .site_setting_entity{
  45. img{
  46. // width: 100%;
  47. height: auto;
  48. }
  49. }
  50. & > div{
  51. display: flex;
  52. flex-wrap: nowrap;
  53. .__slide{
  54. .flickity-slider{
  55. & > div{
  56. width: max-content;
  57. margin: 0 1rem;
  58. img{
  59. width: auto!important;
  60. height: 100px;
  61. max-width: 70px;
  62. object-fit: contain;
  63. }
  64. }
  65. }
  66. }
  67. }
  68. }