| Server IP : 34.87.99.72 / Your IP : 216.73.216.122 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/bitnami/htdocs/app/node_modules/vuetify/src/components/VList/ |
Upload File : |
@import './_variables.scss'
@import './_mixins.sass'
// Theme
.v-list
&.primary,
&.secondary,
&.accent,
&.success,
&.error,
&.warning,
&.info
> .v-list-item
color: map-deep-get($material-dark, 'text', 'primary')
+theme(v-list) using ($material)
background: map-get($material, 'cards')
color: map-deep-get($material, 'text','primary')
.v-list--disabled
color: map-deep-get($material, 'text', 'disabled')
.v-list-group--active:before,
.v-list-group--active:after
background: map-get($material, 'dividers')
// Sheet
+sheet(v-list, $list-elevation, $list-border-radius, $list-shaped-border-radius)
// Block
.v-list
display: block
padding: $list-padding
position: static
+elevationTransition()
// Modifier
.v-list--disabled
pointer-events: none
.v-list--flat
.v-list-item:before
display: none
.v-list--dense
.v-subheader
font-size: $list-dense-subheader-font-size
height: $list-dense-subheader-height
padding: $list-dense-subheader-padding
.v-list--nav,
.v-list--rounded
.v-list-item:not(:last-child):not(:only-child)
margin-bottom: $list-nav-rounded-item-margin-bottom
&.v-list--dense .v-list-item,
.v-list-item--dense
&:not(:last-child):not(:only-child)
margin-bottom: $list-nav-rounded-dense-item-margin-bottom
.v-list--nav
padding-left: $list-nav-padding-left
padding-right: $list-nav-padding-right
.v-list-item
padding: $list-nav-item-padding
.v-list-item,
.v-list-item:before
border-radius: $list-nav-border-radius
.v-list.v-sheet--shaped
+list-shaped($list-item-min-height)
&.v-list--two-line
+list-shaped($list-item-two-line-min-height)
&.v-list--three-line
+list-shaped($list-item-three-line-min-height)
+ltr()
padding-right: $list-shaped-padding
+rtl()
padding-left: $list-shaped-padding
.v-list--rounded
padding: 8px
+list-rounded($list-item-min-height)
&.v-list--two-line
+list-rounded($list-item-two-line-min-height)
&.v-list--three-line
+list-rounded($list-item-three-line-min-height)
.v-list--subheader
padding-top: $list-subheader-padding-top