@sinco/react 1.0.10-rc.15 → 1.0.10-rc.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.
- package/index.js +8 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15891,7 +15891,14 @@ const stylesDrawerContainer = {
|
|
|
15891
15891
|
justifyContent: "space-between",
|
|
15892
15892
|
width: "530px",
|
|
15893
15893
|
height: "100%",
|
|
15894
|
-
overflow: "hidden"
|
|
15894
|
+
overflow: "hidden",
|
|
15895
|
+
fontFamily: "Nunito",
|
|
15896
|
+
fontSize: 16,
|
|
15897
|
+
fontWeight: 600,
|
|
15898
|
+
lineHeight: 1.6,
|
|
15899
|
+
'@media(max-width: 885px)': {
|
|
15900
|
+
fontSize: 17
|
|
15901
|
+
}
|
|
15895
15902
|
};
|
|
15896
15903
|
const stylesEncabezado = {
|
|
15897
15904
|
display: "flex",
|