Add remember me option to login page

This commit is contained in:
Michał Gdula 2023-04-04 17:46:07 +00:00
parent dafe49355f
commit 52a7923ee5
3 changed files with 36 additions and 2 deletions

View file

@ -57,6 +57,21 @@
&.black
@include btn-block($black)
.input-checkbox
padding: 0
display: flex
justify-content: flex-start
align-items: center
gap: 0.5rem
position: relative
label
font-size: 1rem
font-weight: 600
text-align: left
color: RGB($fg-white)
.input-block
padding: 0.5rem 1rem