2017-11-09 13:27:32 +02:00
|
|
|
import styled from 'styled-components';
|
2017-10-30 13:52:53 +02:00
|
|
|
|
2017-11-09 13:27:32 +02:00
|
|
|
export default styled.ul`
|
2017-10-30 13:52:53 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
list-style: none;
|
2017-11-02 17:18:25 +02:00
|
|
|
`;
|