forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
14
VApp/node_modules/vuetify/lib/components/VSheet/VSheet.sass
generated
vendored
Normal file
14
VApp/node_modules/vuetify/lib/components/VSheet/VSheet.sass
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@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)
|
||||
Reference in New Issue
Block a user