Merged PR 1621: #4272 Menü zeigt Bestellungen, Kundenkarte und Details an

#4272 Menü zeigt Bestellungen, Kundenkarte und Details an
This commit is contained in:
Lorenz Hilpert
2023-09-04 13:17:47 +00:00
committed by Nino Righi
parent 5167ba21a6
commit 564afb7e32
19 changed files with 224 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ module.exports = plugin(function ({ addComponents, theme, addBase, matchUtilitie
'--menu-content': theme('colors.components.menu.content'),
'--menu-item-height': theme('spacing.12'),
'--menu-item-padding': `${theme('spacing.1')} ${theme('spacing.3')}`,
'--menu-border-radius': theme('borderRadius.menu'),
'--menu-border-radius': theme('borderRadius.DEFAULT'),
'--menu-item-hover-background': theme('colors.components.menu.hover.DEFAULT'),
'--menu-item-hover-content': theme('colors.components.menu.hover.content'),
'--menu-item-hover-border': theme('colors.components.menu.hover.border'),