monolito_djanco_poonto/node_modules/vuetify/lib/components/VCode/VCode.sass
2025-02-25 13:26:08 -03:00

13 lines
331 B
Sass

@use '../../styles/tools'
@use './variables' as *
@include tools.layer('components')
.v-code
background-color: $code-background-color
color: $code-color
border-radius: $code-border-radius
line-height: $code-line-height
font-size: $code-font-size
font-weight: $code-font-weight
padding: $code-padding