UNPKG
cosmer
Version:
latest (1.0.0)
1.0.0
**¡Aplicaciones para dispositivos moviles
cosmer
/
src
/
components
/
ListOfCategories
/
styles.js
10 lines
(9 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
styled
from
'styled-components'
export
const
List
= styled.
ul
` display: flex; overflow:scroll; width: 100%; `
export
const
Item
= styled.
li
` padding: 0 8px; `