UNPKG

@ehduardu/bat-framework

Version:

A simple framework for Google Apps Script

19 lines (15 loc) 342 B
import styled from 'styled-components'; export const Container = styled.div` font-family: Arial, Helvetica, sans-serif; flex: 1; overflow-y: hidden; overflow-x: hidden; `; export const CardButton = styled.div` width: 10%; color: #fff; text-align: center; background-color: #20b2aa; padding: 5px; border-radius: 6px; `;