VMenu.sass 394 B

123456789101112131415161718
  1. @use '../../styles/tools'
  2. @use './variables' as *
  3. .v-menu
  4. > .v-overlay__content
  5. display: flex
  6. flex-direction: column
  7. @include tools.rounded($menu-content-border-radius)
  8. > .v-card,
  9. > .v-sheet,
  10. > .v-list
  11. background: rgb(var(--v-theme-surface))
  12. border-radius: inherit
  13. overflow: auto
  14. height: 100%
  15. @include tools.elevation($menu-elevation)