Vulture/VApp/node_modules/vuetify/lib/components/VSheet/VSheet.sass

15 lines
367 B
Sass
Raw Permalink Normal View History

@use '../../styles/tools'
@use './variables' as *
.v-sheet
display: block
@include tools.border($sheet-border...)
@include tools.elevation($sheet-elevation)
@include tools.position($sheet-positions)
@include tools.rounded($sheet-border-radius)
@include tools.theme($sheet-theme...)
&--rounded
@include tools.rounded($sheet-rounded-border-radius)