VMenu.sass 455 B

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