Finalize migration of product detail page

This commit is contained in:
Björn Fromme
2021-07-27 14:06:12 +02:00
committed by Björn Fromme
parent 5a63f88153
commit 06c67b4fad
15 changed files with 364 additions and 1356 deletions
+4
View File
@@ -64,6 +64,7 @@ module.exports = {
extend: {
colors: {
'overlay': {
'black': tinycolor('#000000').setAlpha(0.85).toRgbString(),
'white': tinycolor('#ffffff').setAlpha(0.85).toRgbString(),
},
'ep': {
@@ -92,6 +93,9 @@ module.exports = {
'primary-80': tinycolor('#b5e400').setAlpha(0.8).toRgbString(),
},
},
height: {
'128': '32rem',
},
inset: {
'100': '100%',
'1/2': '50%',