Skip to content

Commit

Permalink
feat #383 - MadeWithLove - Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Jul 16, 2021
1 parent cb53dce commit bed1111
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 45 deletions.
17 changes: 7 additions & 10 deletions src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const useStyles = createUseStyles({
},
footer: {
[min[mobile]]: {
paddingTop: 0
paddingTop: 50
},
paddingTop: 62
},
Expand Down Expand Up @@ -95,23 +95,20 @@ const useStyles = createUseStyles({
paddingTop: spacing.s
},
loveIconWrap: {
[min[tablet]]: {
[min[mobile]]: {
...flexAlignCenter
}
},
loveIcons: {
[min[tablet]]: {
[min[mobile]]: {
display: 'flex',
paddingBottom: 92,
paddingBottom: spacing.xl,
paddingTop: spacing.xl
},
paddingTop: spacing['l+']
},
plus: {
[min[tablet]]: {
margin: `0px ${spacing.l}px`
},
margin: `${spacing.m}px 0px`
margin: spacing.l
},
// eslint-disable-next-line sort-keys
'@global': {
Expand Down Expand Up @@ -147,11 +144,11 @@ export interface MadeWithLoveProps {

const defaultFooterLinksConfig: FooterLinksConfig[] = [
{
href: 'http://www.twitter.com',
href: 'https://twitter.com/DassanaSecurity',
icon: faTwitterSquare
},
{
href: 'http://www.linkedin.com',
href: 'https://www.linkedin.com/company/dassana-inc',
icon: faLinkedin
},
{
Expand Down
15 changes: 12 additions & 3 deletions src/components/assets/images/with_love_coffee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 36 additions & 6 deletions src/components/assets/images/with_love_high_chews.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
216 changes: 190 additions & 26 deletions src/components/assets/images/with_love_momos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bed1111

Please sign in to comment.