Merged PR 1475: Packstück Kontrolle

This commit is contained in:
Lorenz Hilpert
2023-01-30 14:25:47 +00:00
committed by Nino Righi
parent a404469085
commit 623155be92
159 changed files with 2791 additions and 108 deletions

View File

@@ -14,7 +14,7 @@ module.exports = plugin(function ({ addComponents, theme }) {
fontWeight: theme('fontWeight.bold'),
},
'.isa-cta-button': {
padding: `${theme('spacing.5')} ${theme('spacing.9')}`,
padding: `${theme('spacing.4')} ${theme('spacing.9')}`,
backgroundColor: theme('colors.white'),
color: theme('colors.brand'),
borderRadius: theme('borderRadius.full'),