module.exports = { StyleGuide: { '@global .portal': { position: 'fixed', }, '@global .top': { left: '50%', top: '1rem', transform: 'translateX(-50%)', }, '@global .right': { bottom: '50%', right: '1rem', transform: 'translateY(-50%)', }, '@global .bottom': { left: '50%', bottom: '1rem', transform: 'translateX(-50%)', }, '@global .left': { bottom: '50%', left: '1rem', transform: 'translateY(-50%)', }, '@global .top-right': { right: '1rem', top: '1rem', }, '@global .bottom-right': { bottom: '1rem', right: '1rem', }, '@global .top-left': { top: '1rem', left: '1rem', }, '@global .bottom-left': { left: '1rem', bottom: '1rem', }, }, };