forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
14
VApp/node_modules/vuetify/lib/components/VAppBar/VAppBar.sass
generated
vendored
Normal file
14
VApp/node_modules/vuetify/lib/components/VAppBar/VAppBar.sass
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@use '../../styles/tools'
|
||||
@use './variables' as *
|
||||
|
||||
.v-app-bar
|
||||
display: flex
|
||||
|
||||
&.v-toolbar
|
||||
@include tools.theme($app-bar-theme...)
|
||||
|
||||
&:not(.v-toolbar--flat)
|
||||
@include tools.elevation($app-bar-elevation)
|
||||
|
||||
&:not(.v-toolbar--absolute)
|
||||
padding-inline-end: var(--v-scrollbar-offset)
|
||||
Reference in New Issue
Block a user