@7shifts/sous-chef 2.5.0 → 2.5.1
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.
- package/dist/index.css +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -215,7 +215,7 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
215
215
|
}
|
|
216
216
|
._1iXKZ {
|
|
217
217
|
background: #fff;
|
|
218
|
-
color: #
|
|
218
|
+
color: #555;
|
|
219
219
|
}
|
|
220
220
|
._2K2Xx {
|
|
221
221
|
font-weight: 600;
|
|
@@ -247,7 +247,7 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
247
247
|
}
|
|
248
248
|
._2LAWl {
|
|
249
249
|
border-top-color: #fff;
|
|
250
|
-
color: #
|
|
250
|
+
color: #555;
|
|
251
251
|
}
|
|
252
252
|
/*********************************
|
|
253
253
|
For new colours, see _colors.scss.
|
|
@@ -823,7 +823,7 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
823
823
|
font-weight: 600;
|
|
824
824
|
font-family: "Proxima Nova", sans-serif;
|
|
825
825
|
color: #555;
|
|
826
|
-
padding:
|
|
826
|
+
padding: 20px 17px 8px 17px;
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
._27x4v {
|