暫無描述
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.

_bottom.scss 731B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .bottom {
  2. background: $dark;
  3. .bottom-logo {
  4. p {
  5. color : $body-color;
  6. line-height: 30px;
  7. font-weight: 400;
  8. }
  9. }
  10. .bottom-widget {
  11. @include respond("tab-port") {
  12. margin-bottom: 30px;
  13. }
  14. .widget-title {
  15. font-size : 18px;
  16. font-weight : 600;
  17. color : #fff;
  18. margin-bottom: 20px;
  19. }
  20. ul {
  21. li {
  22. a {
  23. color : $body-color;
  24. font-weight : 400;
  25. margin-bottom: 10px;
  26. display : inline-block;
  27. }
  28. }
  29. }
  30. }
  31. }