Merged PR 1513: Kaufoptionen

Related work items: #3365, #3366, #3385, #3386, #3391
This commit is contained in:
Lorenz Hilpert
2023-03-20 17:11:53 +00:00
committed by Nino Righi
parent 80bfc59356
commit f4c1c3dd7f
125 changed files with 5128 additions and 5909 deletions

View File

@@ -33,7 +33,7 @@ module.exports = plugin(function ({ addComponents, theme }) {
width: theme('spacing.7'),
height: theme('spacing.7'),
},
'.isa-button-primary:disabled': {
'.isa-button:disabled, .isa-cta-button:disabled, .isa-icon-button:disabled': {
backgroundColor: '#596470',
borderColor: '#596470',
color: theme('colors.white'),