UNPKG

flashcardui

Version:

> UI library for flash card application

11 lines (9 loc) 239 B
import styled from 'styled-components'; export const StorybookFlashCard = styled.div` font-weight: 400; background-color: white; border: 1px solid #bacdd8; padding: 8px 30px 25px 30px; border-radius: 12px; cursor: pointer; `;