routie dev init since i didn't adhere to any proper guidance up until now

This commit is contained in:
2026-04-29 22:27:29 -06:00
commit e1dabb71e2
15301 changed files with 3562618 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
@use '../../styles/tools'
@use './variables' as *
@include tools.layer('components')
.v-video-volume
&--inline
display: flex
align-items: center
&__menu
background: rgb(var(--v-theme-surface))
color: rgb(var(--v-theme-on-surface))
overflow: hidden
display: flex
align-items: center
justify-content: center
@include tools.border($video-volume-menu-border...)
@include tools.elevation($video-volume-menu-elevation)
@include tools.rounded($video-volume-menu-border-radius)
&:has(.v-input--horizontal)
height: $video-volume-horizontal-menu-height
&:has(.v-input--vertical)
width: $video-volume-vertical-menu-width
.v-slider.v-input--horizontal
margin: $video-volume-horizontal-margin
width: $video-volume-horizontal-menu-width
height: $video-volume-horizontal-menu-height
.v-slider.v-input--vertical
margin: $video-volume-vertical-margin
height: $video-volume-vertical-menu-height
width: $video-volume-vertical-menu-width
> .v-input__control
// just smaller than 300px default
min-height: 50px