mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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:
committed by
Lorenz Hilpert
parent
55a92ad029
commit
1a72c23412
@@ -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'),
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user