UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

11 lines (8 loc) 258 B
import styled from 'styled-components'; const Bloc = styled.div` flex: 1; background: ${({ theme }) => theme.main.colors.white}; border-radius: ${({ theme }) => theme.main.sizes.borderRadius}; box-shadow: 0 2px 4px #e3e9f3; `; export default Bloc;