Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_footer.scss 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*--------------------------------------------------------------
  2. 16. Footer
  3. ----------------------------------------------------------------*/
  4. .cs_footer_widget_title {
  5. margin-bottom: 19px;
  6. }
  7. .cs_footer_widget {
  8. margin-bottom: 60px;
  9. @media (max-width: 991px) {
  10. margin-bottom: 40px;
  11. }
  12. }
  13. .cs_text_widget {
  14. > * {
  15. margin-bottom: 26px;
  16. @media (max-width: 991px) {
  17. margin-bottom: 15px;
  18. }
  19. &:last-child {
  20. margin-bottom: 0;
  21. }
  22. }
  23. }
  24. .cs_menu_widget {
  25. ul {
  26. list-style: none;
  27. margin: 0;
  28. padding: 0;
  29. li {
  30. &:not(:last-child) {
  31. margin-bottom: 8px;
  32. }
  33. }
  34. }
  35. }
  36. .cs_footer_menu_widget_2 {
  37. display: flex;
  38. flex-wrap: wrap;
  39. gap: 20px;
  40. justify-content: center;
  41. list-style: none;
  42. padding: 0;
  43. margin: 0;
  44. }
  45. .cs_social_links {
  46. display: flex;
  47. flex-wrap: wrap;
  48. gap: 15px;
  49. }
  50. .cs_footer_bottom {
  51. padding: 30px 0;
  52. display: flex;
  53. justify-content: space-between;
  54. gap: 8px 30px;
  55. border-top: 1px solid $border;
  56. .cs_social_links {
  57. justify-content: flex-end;
  58. }
  59. @media (max-width: 991px) {
  60. flex-direction: column-reverse;
  61. text-align: center;
  62. padding: 20px 0;
  63. .cs_social_links {
  64. justify-content: center;
  65. }
  66. }
  67. }
  68. .cs_footer.cs_style_1 {
  69. &.cs_primary_bg {
  70. color: rgba($white, 0.8);
  71. h1,
  72. h2,
  73. h3,
  74. h4,
  75. h5,
  76. h6 {
  77. color: #fff;
  78. }
  79. }
  80. }