LoadingStyled.tsx 290 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 import styled from 'styled-components'; export const Container = styled.div ` z-index : 9999; position : absolute; height : 110vh; width : 100%; display : flex; justify-content : center; align-items : center; background-color : rgba(0, 0, 0, .3); `;