mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-07-12 16:15:53 +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
|
@ -4,7 +4,6 @@
|
|||
|
||||
display: flex
|
||||
align-items: center
|
||||
gap: 0.5rem
|
||||
|
||||
text-decoration: none
|
||||
white-space: nowrap
|
||||
|
@ -39,7 +38,7 @@
|
|||
font-size: 1.25em
|
||||
display: block
|
||||
|
||||
.search
|
||||
.text-input
|
||||
margin: auto 0
|
||||
width: 100%
|
||||
|
||||
|
@ -49,6 +48,7 @@
|
|||
|
||||
> label
|
||||
padding: 0.5rem 0.7rem
|
||||
min-width: 6rem
|
||||
|
||||
text-decoration: none
|
||||
white-space: nowrap
|
||||
|
@ -59,13 +59,9 @@
|
|||
border-radius: 2px 0 0 2px
|
||||
|
||||
> input
|
||||
margin: 0
|
||||
padding: 0.5rem 0.7rem
|
||||
|
||||
width: 100%
|
||||
|
||||
text-decoration: none
|
||||
white-space: nowrap
|
||||
font-size: 0.9em
|
||||
|
||||
background-color: RGBA($white, 0.02)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue