mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
landing done-ish.
This commit is contained in:
parent
6413d7c642
commit
0cd8409199
9 changed files with 194 additions and 47 deletions
|
@ -10,9 +10,13 @@ export type CommonProps = {
|
|||
}
|
||||
|
||||
const Header = styled.div`
|
||||
${({ noBackground }: any) => noBackground === false ? 'background-color: var(--c-dark);' : ''}
|
||||
background-color: ${({ noBackground }: any) => noBackground === false ? 'var(--c-dark);' : 'var(--c-1);'}
|
||||
position: relative;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
`
|
||||
|
||||
const HeaderInner = styled.div`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue