Merged PR 1481: Gelbe Seiten - Sortiment - Preisänderung Implementation + Init Unit Tests

Gelbe Seiten - Sortiment - Preisänderung Implementation + Init Unit Tests
This commit is contained in:
Nino Righi
2023-02-13 16:42:08 +00:00
committed by Lorenz Hilpert
parent 55a92ad029
commit 1a72c23412
79 changed files with 1953 additions and 70 deletions

View File

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