WIP Debootstrapify

This commit is contained in:
Björn Fromme
2021-08-05 17:37:19 +02:00
parent 041af39bc7
commit 3ef7b42ce7
18 changed files with 654 additions and 611 deletions
+2 -1
View File
@@ -65,6 +65,7 @@ module.exports = {
'primary-dark': '#f0bc44',
'primary-10': tinycolor('#f0bc44').setAlpha(0.1).toRgbString(),
'primary-80': tinycolor('#f0bc44').setAlpha(0.8).toRgbString(),
'overlay-secondary': tinycolor('#c20000').setAlpha(0.55).toRgbString(),
},
'snz': {
'primary': '#82C3C6',
@@ -80,7 +81,6 @@ module.exports = {
},
},
height: {
'96': '20rem',
'128': '32rem',
},
inset: {
@@ -88,6 +88,7 @@ module.exports = {
'1/2': '50%',
},
zIndex: {
'-10': '-10',
'100': 100,
},
},