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,30 @@
.v-tab.v-tab.v-btn {
height: var(--v-tabs-height);
border-radius: 0;
min-width: 90px;
}
.v-slide-group--horizontal .v-tab {
max-width: 360px;
}
.v-slide-group--vertical .v-tab {
justify-content: start;
}
.v-tab__slider {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: currentColor;
pointer-events: none;
opacity: 0;
}
.v-tab--selected .v-tab__slider {
opacity: 1;
}
.v-slide-group--vertical .v-tab__slider {
top: 0;
height: 100%;
width: 2px;
}