mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-25 07:56:49 +00:00
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:
committed by
Riku Rouvila
parent
663adf80ee
commit
bcc6619aee
@@ -1,9 +1,9 @@
|
||||
.btn
|
||||
border-radius 3px
|
||||
border 0
|
||||
padding 1em
|
||||
font-size 14px
|
||||
outline 0
|
||||
cursor pointer
|
||||
&:disabled
|
||||
opacity 0.6
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user