UNPKG

@motor-js/cli

Version:

CLI tool for generating Qlik Sense Mashups

12 lines (10 loc) 238 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; padding: 2px; `;