@trafilea/afrodita-components 6.34.7 → 6.34.8
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/build/index.esm.js +7 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +7 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -14931,9 +14931,12 @@ var Container$B = newStyled.div({
|
|
|
14931
14931
|
height: '100vh',
|
|
14932
14932
|
width: '100vw',
|
|
14933
14933
|
position: 'fixed',
|
|
14934
|
-
zIndex: '
|
|
14934
|
+
zIndex: '99999',
|
|
14935
14935
|
top: 0,
|
|
14936
14936
|
left: 0,
|
|
14937
|
+
display: 'flex',
|
|
14938
|
+
flexDirection: 'column',
|
|
14939
|
+
justifyContent: 'center'
|
|
14937
14940
|
});
|
|
14938
14941
|
var Header$2 = newStyled.div({
|
|
14939
14942
|
display: 'flex',
|
|
@@ -14941,6 +14944,9 @@ var Header$2 = newStyled.div({
|
|
|
14941
14944
|
alignItems: 'center',
|
|
14942
14945
|
color: 'white',
|
|
14943
14946
|
padding: '1.2rem',
|
|
14947
|
+
position: 'absolute',
|
|
14948
|
+
top: 0,
|
|
14949
|
+
right: 0
|
|
14944
14950
|
});
|
|
14945
14951
|
var IconContainer$2 = newStyled.div({
|
|
14946
14952
|
backgroundColor: '#E5E5E5',
|