mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Header Anpassungen
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = plugin(function ({ addComponents, theme, addBase, addUtilities
|
||||
'--btn-min-width': theme('spacing.12'),
|
||||
'--btn-background-color': theme('colors.components.button.DEFAULT'),
|
||||
'--btn-color': theme('colors.components.button.content'),
|
||||
'--btn-border-radius': theme('borderRadius.button'),
|
||||
'--btn-border-radius': theme('borderRadius.DEFAULT'),
|
||||
'--btn-hover-background-color': theme('colors.components.button.hover.DEFAULT'),
|
||||
'--btn-hover-color': theme('colors.components.button.hover.content'),
|
||||
'--btn-active-background-color': theme('colors.components.button.active.DEFAULT'),
|
||||
@@ -23,6 +23,14 @@ module.exports = plugin(function ({ addComponents, theme, addBase, addUtilities
|
||||
'--btn-background-color': theme('colors.button.light.DEFAULT'),
|
||||
'--btn-color': theme('colors.button.light.content'),
|
||||
},
|
||||
'.btn-white': {
|
||||
'--btn-background-color': theme('colors.white'),
|
||||
'--btn-color': theme('colors.black'),
|
||||
'--btn-hover-background-color': theme('colors.white'),
|
||||
'--btn-hover-color': theme('colors.black'),
|
||||
'--btn-active-background-color': theme('colors.white'),
|
||||
'--btn-active-color': theme('colors.black'),
|
||||
},
|
||||
});
|
||||
|
||||
for (const key in theme('colors.accent')) {
|
||||
|
||||
Reference in New Issue
Block a user