Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
703 B

div.magicImageContainer
flex-grow: 1
width: 100%
display: flex
overflow: hidden
&.full
height: 100vh
&.fixed
position: fixed
top: 0
left: 0
bottom: 0
right: 0
z-index: -100
div.magicImage
flex-grow: 1
display: flex
background-repeat: repeat !important
-webkit-background-size: cover !important
-moz-background-size: cover !important
-o-background-size: cover !important
background-size: cover !important
&.banner
align-items: center
justify-content: center
&.full
height: 100%
div.magicImageOverlay
height: 100%
width: 100%
&.banner
flex-grow: 1
display: flex
align-items: center
justify-content: center