Skip to content
Snippets Groups Projects
Commit 5dc2b087 authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

design is done; missing all sharing functionalities

parent aec9e00e
No related branches found
No related tags found
3 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!24Tela recurso
......@@ -85,22 +85,22 @@ export default function ReportModal (props) {
<ShareInfo>
<Grid container style={{paddingRight : "15px", paddingLeft : "15px"}}>
<Grid item xs={4}>
<Button>
<ShareButton>
<img src={Facebook} alt="facebook-logo"/>
<p>FACEBOOK</p>
</Button>
</ShareButton>
</Grid>
<Grid item xs={4}>
<Button>
<ShareButton>
<img src={Twitter} alt="twitter-logo"/>
<p>TWITTER</p>
</Button>
</ShareButton>
</Grid>
<Grid item xs={4}>
<Button onClick={copyToClipboard}>
<ShareButton onClick={copyToClipboard}>
<img src={LinkIcon} alt="link-icon"/>
<p ref={pRef} value={props.link}>COPIAR LINK</p>
</Button>
</ShareButton>
</Grid>
</Grid>
</ShareInfo>
......@@ -116,6 +116,13 @@ const ShareButton = styled(Button)`
margin : 0 !important;
min-height : 121px !important;
.MuiButton-label {
display : flex !important;
flex-direction : column !important;
justify-content : center !important;
font-weight : 700 !important;
}
img {
height : 75px;
width : 75px;
......@@ -151,6 +158,7 @@ const ResourceInfo = styled.div`
display : flex;
flex-direction : column;
text-align : left;
padding-right : 10px;
}
img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment