1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-03-04 15:51:24 +02:00

CSS change

This commit is contained in:
= 2021-05-19 12:18:17 +03:00 committed by Bart
parent 0861c48edf
commit 597e255f42

View File

@ -13,14 +13,10 @@ interface CommentsProps {
}
const AddCommentDiv = styled.div`
border-bottom: 1px solid #ccc;
padding-bottom: 1rem;
margin-bottom: 1rem;
textarea {
color: #fff;
display: block;
margin-top: 0.5rem;
margin: 0.5rem 0;
background: #414040;
border: 1px solid #ddd;
border-radius: 4px;
@ -131,7 +127,7 @@ export const Comments: React.FC<CommentsProps> = ({ blueprint_page_id }) => {
Send
</Button>
<Button type="button" className="close" onClick={() => setAddCommentOpen(false)}>
close
Close
</Button>
</form>
) : (