strapi-plugin-ctrip-apollo
Version:
This is the plugin using for ctrip apollo to manager strapi application configuration.
17 lines (13 loc) • 306 B
JavaScript
import styled from 'styled-components';
const EntriesWrapper = styled.div`
display: flex;
height: 43px;
width: 100%;
padding-top: 16px;
justify-content: space-between;
`;
const Wrapper = styled.div`
padding-right: 20px;
font-family: Lato !important;
`;
export { EntriesWrapper, Wrapper };