1
0
forked from jchomaz/Vulture

Tracking de l'application VApp (IHM du jeu)

This commit is contained in:
2025-05-11 18:04:12 +02:00
commit 89e9db9b62
17763 changed files with 3718499 additions and 0 deletions

View 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})