Consistent styling on login screen

Adjustment of the way sessions are displayed
Removing useless styling
This commit is contained in:
Michał Gdula 2023-06-13 01:38:32 +03:00
parent 26ce573726
commit 22b5fa13fb
7 changed files with 101 additions and 135 deletions

View file

@ -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)