@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.js
CHANGED
|
@@ -14957,9 +14957,12 @@ var Container$B = newStyled.div({
|
|
|
14957
14957
|
height: '100vh',
|
|
14958
14958
|
width: '100vw',
|
|
14959
14959
|
position: 'fixed',
|
|
14960
|
-
zIndex: '
|
|
14960
|
+
zIndex: '99999',
|
|
14961
14961
|
top: 0,
|
|
14962
14962
|
left: 0,
|
|
14963
|
+
display: 'flex',
|
|
14964
|
+
flexDirection: 'column',
|
|
14965
|
+
justifyContent: 'center'
|
|
14963
14966
|
});
|
|
14964
14967
|
var Header$2 = newStyled.div({
|
|
14965
14968
|
display: 'flex',
|
|
@@ -14967,6 +14970,9 @@ var Header$2 = newStyled.div({
|
|
|
14967
14970
|
alignItems: 'center',
|
|
14968
14971
|
color: 'white',
|
|
14969
14972
|
padding: '1.2rem',
|
|
14973
|
+
position: 'absolute',
|
|
14974
|
+
top: 0,
|
|
14975
|
+
right: 0
|
|
14970
14976
|
});
|
|
14971
14977
|
var IconContainer$2 = newStyled.div({
|
|
14972
14978
|
backgroundColor: '#E5E5E5',
|