mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-07-09 15:06:20 +00:00
Consistent styling on login screen
Adjustment of the way sessions are displayed Removing useless styling
This commit is contained in:
parent
26ce573726
commit
22b5fa13fb
7 changed files with 101 additions and 135 deletions
30
TFR/server/static/sass/block.sass
Normal file
30
TFR/server/static/sass/block.sass
Normal file
|
@ -0,0 +1,30 @@
|
|||
.block
|
||||
margin-bottom: 1rem
|
||||
padding: 1rem
|
||||
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
background-color: rgba($black, 0.5)
|
||||
border-radius: 2px
|
||||
border: 1px solid RGBA(var(--white),0.05)
|
||||
|
||||
> h2
|
||||
margin: 0 0 0.2rem 0
|
||||
font-size: 1.3em
|
||||
color: RGB($white)
|
||||
|
||||
> p
|
||||
margin: 0 0 1rem 0
|
||||
font-size: 1em
|
||||
|
||||
&.secondary
|
||||
border: 1px solid RGB($secondary)
|
||||
|
||||
> h2
|
||||
color: RGB($secondary)
|
||||
|
||||
form
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 0.5rem
|
Loading…
Add table
Add a link
Reference in a new issue