UNPKG
flashcardui
Version:
latest (1.1.3)
next (1.1.3-0)
1.1.3
1.1.3-0
1.1.2
1.1.1
1.1.0
1.0.0
> UI library for flash card application
github.com/GodsonAddy/flashcardui
GodsonAddy/flashcardui
flashcardui
/
src
/
components
/
FlashCard
/
flashcard.style.ts
11 lines
(9 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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;
`;