All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.components.VTreeview._mixins.sass Maven / Gradle / Ivy

@mixin treeview-shaped($size, $margin)
  .v-treeview-node__root,
  .v-treeview-node__root:before
    border-bottom-right-radius: #{$size * .5} !important
    border-top-right-radius: #{$size * .5} !important

  .v-treeview-node__root
    margin-top: $margin
    margin-bottom: $margin

@mixin treeview-rounded($size, $margin)
  .v-treeview-node__root,
  .v-treeview-node__root:before
    border-radius: #{$size * .5} !important

  .v-treeview-node__root
    margin-top: $margin
    margin-bottom: $margin




© 2015 - 2024 Weber Informatics LLC | Privacy Policy