mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Add remember me option to login page
This commit is contained in:
parent
dafe49355f
commit
52a7923ee5
3 changed files with 36 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue