mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1564: Customer RD
This commit is contained in:
committed by
Nino Righi
parent
c9a90211ee
commit
5c9f4c5b21
@@ -31,6 +31,11 @@ module.exports = plugin(function ({ addComponents, theme, addBase, addUtilities
|
||||
'--btn-active-background-color': theme('colors.white'),
|
||||
'--btn-active-color': theme('colors.black'),
|
||||
},
|
||||
'.btn-label': {
|
||||
'--btn-background-color': 'transparent',
|
||||
'--btn-hover-background-color': 'transparent',
|
||||
'--btn-hover-color': 'inherit',
|
||||
},
|
||||
});
|
||||
|
||||
for (const key in theme('colors.accent')) {
|
||||
|
||||
Reference in New Issue
Block a user