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:
parent
0861c48edf
commit
597e255f42
@ -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>
|
||||
) : (
|
||||
|
Loading…
x
Reference in New Issue
Block a user