Input focus (#62)

* add peer dependencies for zeit and ts-pnp

* visually indicate focus on email input

* Revert "add peer dependencies for zeit and ts-pnp"

This reverts commit a13cfac8bb.
This commit is contained in:
Antti Lylander
2019-11-05 09:48:33 +02:00
committed by Riku Rouvila
parent 663adf80ee
commit bcc6619aee
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
.btn
border-radius 3px
border 0
padding 1em
font-size 14px
outline 0
cursor pointer
&:disabled
opacity 0.6

View File

@@ -7,10 +7,10 @@
border 2px solid rgba(0, 0, 0, 0.3)
border-radius 5px
background #fff
color rgba(0, 0, 0, 0.5)
outline 0
color rgba(0, 0, 0, 0.5)
&:focus
border 2px solid rgba(0, 0, 0, 0.4)
border 2px solid #3090de
color rgba(0, 0, 0, 0.6)
.input::-webkit-input-placeholder