-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): Creator profile gets margin (#1008)
* fix creator profile margin * fix projects section margin * fix wider project css issues * fix eslint issues Closes #1005 Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]> Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
- Loading branch information
Showing
53 changed files
with
4,902 additions
and
11,523 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 43 additions & 42 deletions
85
...ontend/zubhub/src/assets/js/styles/components/projects_drafts/projectsDraftsGridStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,43 @@ | ||
const styles = theme => ({ | ||
titleStyle: { | ||
fontWeight: 900, | ||
fontSize: '1.5rem', | ||
padding: '1em', | ||
}, | ||
|
||
profileLowerStyle: { | ||
// margin: '1em', | ||
[theme.breakpoints.down('740')]: { | ||
margin: '1em', | ||
}, | ||
borderRadius: 8, overflow: 'hidden' | ||
}, | ||
|
||
viewAllBtn: { | ||
marginLeft: '2em', | ||
}, | ||
|
||
gridStyle: { | ||
// marginBottom: '2em', | ||
}, | ||
|
||
tabStyle: { | ||
'&.Mui-selected': { | ||
color: 'var(--primary-color3)', | ||
fontWeight: 'bold', | ||
backgroundColor: '#ffffff', | ||
}, | ||
|
||
backgroundColor: 'var(--text-color3)', | ||
width: '50%', | ||
maxWidth: '50%', | ||
}, | ||
|
||
indicator: { | ||
backgroundColor: "var(--primary-color3)", | ||
height: '5px', | ||
} | ||
}); | ||
|
||
export default styles; | ||
const styles = () => ({ | ||
titleStyle: { | ||
fontWeight: 900, | ||
fontSize: '1.5rem', | ||
padding: '1em', | ||
}, | ||
|
||
profileLowerStyle: { | ||
// margin: '1em', | ||
// [theme.breakpoints.down('740')]: { | ||
// margin: '1em', | ||
// }, | ||
borderRadius: 8, | ||
overflow: 'hidden', | ||
}, | ||
|
||
viewAllBtn: { | ||
marginLeft: '2em', | ||
}, | ||
|
||
gridStyle: { | ||
// marginBottom: '2em', | ||
}, | ||
|
||
tabStyle: { | ||
'&.Mui-selected': { | ||
color: 'var(--primary-color3)', | ||
fontWeight: 'bold', | ||
backgroundColor: '#ffffff', | ||
}, | ||
|
||
backgroundColor: 'var(--text-color3)', | ||
width: '50%', | ||
maxWidth: '50%', | ||
}, | ||
|
||
indicator: { | ||
backgroundColor: 'var(--primary-color3)', | ||
height: '5px', | ||
}, | ||
}); | ||
|
||
export default styles; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 3 additions & 8 deletions
11
zubhub_frontend/zubhub/src/assets/js/styles/views/activities/activitiesStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
zubhub_frontend/zubhub/src/assets/js/styles/views/add_group_members/addGroupMembersStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
zubhub_frontend/zubhub/src/assets/js/styles/views/create_project/createProjectStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
zubhub_frontend/zubhub/src/assets/js/styles/views/edit_profile/editProfileStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
zubhub_frontend/zubhub/src/assets/js/styles/views/email_confirm/emailConfirmStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
zubhub_frontend/zubhub/src/assets/js/styles/views/faqs/FAQsStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
zubhub_frontend/zubhub/src/assets/js/styles/views/guidelines/guidelinesStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
zubhub_frontend/zubhub/src/assets/js/styles/views/loading/loadingPageStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.