You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FullPageLoader.styled.js 229B

12345678910
  1. import { Container } from "@mui/material";
  2. import styled from "styled-components";
  3. export const FullPageLoaderContainer = styled(Container)`
  4. height: 100%;
  5. width: 100vw;
  6. padding-top: 250px;
  7. text-align: center;
  8. `