UNPKG

@motor-js/cli

Version:

CLI tool for generating Qlik Sense Mashups

13 lines (11 loc) 256 B
import styled from "../../theme"; export const StyledLoader = styled.div` width: 100%; height: 100%; background-color: rgba(250, 250, 250, 0.5); display: flex; justify-content: center; align-items: center; position: fixed; z-index: 99; `;