about dialog updated

This commit is contained in:
Daniel Shleifman
2021-06-29 11:10:14 +03:00
parent 41f55975fe
commit 5d7741c2af
6 changed files with 52 additions and 50 deletions

View File

@@ -44,8 +44,8 @@ export const ThanksSection = styled.section`
}
`
export const SpecialThanksSection = styled.section`
padding: 40px 20px;
export const Section = styled.section`
padding: 20px;
color: #323637;
> span {
@@ -54,6 +54,10 @@ export const SpecialThanksSection = styled.section`
margin-bottom: 15px;
}
a {
text-decoration: none;
}
> div {
display: grid;
gap: 10px;
@@ -75,20 +79,12 @@ export const SpecialThanksSection = styled.section`
export const FooterSection = styled.div`
padding: 20px;
display: grid;
grid-auto-flow: column;
grid-template-columns: repeat(2, max-content);
justify-content: end;
gap: 15px;
align-self: end;
display: flex;
justify-content: flex-end;
background: #e8e5eb;
a {
text-decoration: none;
}
`
export const NameWrapper = styled.a`
export const LinkWrapper = styled.a`
${({ isLink }) => css`
display: inline-flex;
align-items: center;
@@ -122,7 +118,7 @@ export const NameWrapper = styled.a`
`}
`
export const NameIcon = styled.div`
export const LinkIcon = styled.div`
display: grid;
margin-right: 10px;
`