VCode.sass 331 B

123456789101112
  1. @use '../../styles/tools'
  2. @use './variables' as *
  3. @include tools.layer('components')
  4. .v-code
  5. background-color: $code-background-color
  6. color: $code-color
  7. border-radius: $code-border-radius
  8. line-height: $code-line-height
  9. font-size: $code-font-size
  10. font-weight: $code-font-weight
  11. padding: $code-padding