other.sass 675 B

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