forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
31
VApp/node_modules/vuetify/lib/components/VSystemBar/VSystemBar.sass
generated
vendored
Normal file
31
VApp/node_modules/vuetify/lib/components/VSystemBar/VSystemBar.sass
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
@use '../../styles/tools'
|
||||
@use './variables' as *
|
||||
|
||||
.v-system-bar
|
||||
align-items: center
|
||||
display: flex
|
||||
flex: $system-bar-flex
|
||||
height: $system-bar-height
|
||||
justify-content: $system-bar-justify-content
|
||||
max-width: 100%
|
||||
padding-inline: $system-bar-padding-x
|
||||
position: relative
|
||||
text-align: $system-bar-text-align
|
||||
width: 100%
|
||||
|
||||
.v-icon
|
||||
opacity: $system-bar-icon-opacity
|
||||
|
||||
@include tools.elevation($system-bar-elevation)
|
||||
@include tools.position($system-bar-positions)
|
||||
@include tools.theme($system-bar-theme...)
|
||||
@include tools.typography($system-bar-typography...)
|
||||
|
||||
&--rounded
|
||||
@include tools.rounded($system-bar-border-radius)
|
||||
|
||||
&--window
|
||||
height: $system-bar-window-height
|
||||
|
||||
&:not(.v-system-bar--absolute)
|
||||
padding-inline-end: calc(var(--v-scrollbar-offset) + #{$system-bar-padding-x})
|
||||
Reference in New Issue
Block a user