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

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