feat(design-system): add editor skeletons

This commit is contained in:
41666 2021-03-24 00:02:39 -04:00
parent 9ee7fb4878
commit 600aa3e075
9 changed files with 53 additions and 30 deletions

View file

@ -3,4 +3,11 @@ import styled from 'styled-components';
export const RoleContainer = styled.div`
display: flex;
margin: 10px;
flex-wrap: wrap;
& > div {
/* This should be a Role element */
border: 1px solid rgba(0, 0, 0, 0.15);
margin: 1px;
}
`;