DataJPA_V2/src/components/Header/styles.js
2020-05-17 18:12:36 +07:00

12 lines
195 B
JavaScript

import styled from 'styled-components';
export const Container = styled.div`
height: 80px;
padding: 0 30px;
background: #7159c1;
color: #FFF;
display: flex;
align-items: center;
`;