@autoafleveren/ui 0.9.13 → 0.9.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,6 +117,11 @@ module.exports = {
117
117
  },
118
118
  screens,
119
119
  extend: {
120
+ fontSize: {
121
+ 'sm': ['0.875rem', {
122
+ lineHeight: '1.375rem',
123
+ }],
124
+ },
120
125
  spacing: {
121
126
  '4.5': '1.2rem',
122
127
  18: '4.5rem',
@@ -126,6 +131,7 @@ module.exports = {
126
131
  18: '4.5rem',
127
132
  },
128
133
  width: {
134
+ 110: '27.5rem',
129
135
  141: '34.375rem',
130
136
  },
131
137
  borderWidth: {
@@ -140,7 +146,8 @@ module.exports = {
140
146
  4: '4px',
141
147
  },
142
148
  dropShadow: {
143
- card: '0px 4px 6px -3px rgba(0, 0, 0, 0.10)',
149
+ card: '0px 4px 2px rgba(21, 21, 21, 0.08)',
150
+ cardhighlight: '1px 4px 3px rgba(21, 21, 21, 0.16)',
144
151
  },
145
152
  transitionProperty: {
146
153
  'font': 'font-weight, font-size, line-height',