other.sass 644 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .block
  2. @extend %block
  3. .delete
  4. @extend %delete
  5. .heading
  6. display: block
  7. font-size: 11px
  8. letter-spacing: 1px
  9. margin-bottom: 5px
  10. text-transform: uppercase
  11. .highlight
  12. @extend %block
  13. font-weight: $weight-normal
  14. max-width: 100%
  15. overflow: hidden
  16. padding: 0
  17. pre
  18. overflow: auto
  19. max-width: 100%
  20. .loader
  21. @extend %loader
  22. .number
  23. align-items: center
  24. background-color: $background
  25. border-radius: $radius-rounded
  26. display: inline-flex
  27. font-size: $size-medium
  28. height: 2em
  29. justify-content: center
  30. margin-right: 1.5rem
  31. min-width: 2.5em
  32. padding: 0.25rem 0.5rem
  33. text-align: center
  34. vertical-align: top