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

_footer.scss 584 B

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839
  1. .footer {
  2. }
  3. .footer-divider {
  4. margin: 3rem 0;
  5. }
  6. @include media-breakpoint-down('xs') {
  7. .footer-right {
  8. margin-top: 1rem;
  9. padding-top: 1rem;
  10. border-top: 1px solid $gray-lighter;
  11. }
  12. }
  13. @include media-breakpoint-up('sm') {
  14. .footer-left {
  15. float: left;
  16. }
  17. .footer-right {
  18. float: right;
  19. text-align: right;
  20. }
  21. }
  22. @include media-breakpoint-down('md') {
  23. .footer-item {
  24. display: block;
  25. }
  26. }
  27. @include media-breakpoint-up('lg') {
  28. .footer-item + .footer-item::before {
  29. padding-left: 0.25em;
  30. padding-right: 0.25em;
  31. content: ' · ';
  32. }
  33. }

js yarn包管理组件依赖分析

Contributors (1)