_well.sass 668 B

123456789101112131415161718192021222324252627282930313233343536
  1. // *************************************
  2. //
  3. // Well
  4. // -> Vertical spacing
  5. //
  6. // -------------------------------------
  7. // Template (Haml)
  8. // -------------------------------------
  9. //
  10. // .well[.well--l]
  11. // / ...
  12. //
  13. // *************************************
  14. .well, %well
  15. margin-bottom: $b-space
  16. margin-top: $b-space
  17. // -------------------------------------
  18. // Modifiers
  19. // -------------------------------------
  20. // ----- Sizes ----- //
  21. .well--l, %well--l
  22. margin-bottom: $b-space-l
  23. margin-top: $b-space-l
  24. .well--m, %well--m
  25. margin-bottom: $b-space-m
  26. margin-top: $b-space-m
  27. .well--s, %well--s
  28. margin-bottom: $b-space-s
  29. margin-top: $b-space-s