UNPKG

@motor-js/cli

Version:

CLI tool for generating Qlik Sense Mashups

14 lines (12 loc) 229 B
import styled, { device } from "../../theme"; export const StyledLogo = styled.img` height: 40px; width: 125px; margin-top: 0px; ${device.small} { font-size: 22px; } ${device.large} { font-size: 24px; } `;