start working on adding more game info

This commit is contained in:
Michał Gdula 2023-05-20 14:46:49 +01:00
parent e6794d42af
commit 9676819871
4 changed files with 32 additions and 18 deletions

View file

@ -1,6 +1,5 @@
nav
padding: 0 0.5rem
width: 100%
height: 3rem
display: flex
@ -54,7 +53,7 @@ nav
&:hover
color: RGB($accent)
> .title
.title
height: 3rem
display: flex
flex-direction: row
@ -73,7 +72,7 @@ nav
color: RGB($accent)
&.scrolled
> .title
.title
opacity: 1
&::before
@ -84,12 +83,10 @@ nav
height: 6rem
top: -3rem
display: flex
flex-direction: column
justify-content: center
transition: top 0.2s ease-in-out
> .title > p
.title > p
font-size: 1.3rem
&.scrolled

View file

@ -107,6 +107,7 @@ div.login
flex-direction: column
font-family: $main-font
font-size: 1rem
background-color: RGB($primary)
color: RGB($secondary)
@ -118,11 +119,9 @@ div.login
> img
margin: 0 0 0.5rem
width: auto
height: 10rem
object-fit: cover
width: 100%
display: block
border-radius: calc(#{$radius} - 0.5rem) calc(#{$radius} - 0.5rem) calc(calc(#{$radius} - 0.5rem) / 2) calc(calc(#{$radius} - 0.5rem) / 2)
// border-radius: calc(#{$radius} - 0.5rem) calc(#{$radius} - 0.5rem) calc(calc(#{$radius} - 0.5rem) / 2) calc(calc(#{$radius} - 0.5rem) / 2)
> h2
margin: 0 0 0.5rem
@ -132,7 +131,6 @@ div.login
> p
height: 100%
margin: 0 0 1rem
font-size: 1rem
> .options
display: flex
@ -150,7 +148,6 @@ div.login
justify-content: center
align-items: center
font-size: 1rem
text-decoration: none
background-color: RGB($primary-button)