Implemented issue create modal, further polish
This commit is contained in:
12
client/src/Project/IssueDetails/Comments/Styles.js
Normal file
12
client/src/Project/IssueDetails/Comments/Styles.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
import { font } from 'shared/utils/styles';
|
||||
|
||||
export const Comments = styled.div`
|
||||
padding-top: 40px;
|
||||
`;
|
||||
|
||||
export const Title = styled.div`
|
||||
${font.medium}
|
||||
${font.size(15)}
|
||||
`;
|
||||
Reference in New Issue
Block a user