UNPKG

strapi-plugin-ctrip-apollo

Version:

This is the plugin using for ctrip apollo to manager strapi application configuration.

25 lines (19 loc) 413 B
import styled from 'styled-components'; const Wrapper = styled.div` background: #ffffff; padding: 45px 30px 22px 30px; border-radius: 2px; box-shadow: 0 2px 4px #e3e9f3; .inputStyle { max-width: 358px; } .input-wrapper { margin-bottom: 1.1rem; } .subFormWrapper { margin-bottom: 14px; padding: 23px 30px 0 30px; background-color: #fafafb; } `; export default Wrapper;