15 lines
367 B
Sass
15 lines
367 B
Sass
|
@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)
|