mirror of
https://github.com/penpot/penpot.git
synced 2025-07-02 03:07:20 +02:00
Fix login form input text color style.
This commit is contained in:
parent
804816cafb
commit
5f5fa2a2d7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
.input-text {
|
.input-text {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: $color-gray;
|
border-color: $color-gray;
|
||||||
color: $color-gray-darker;
|
color: $color-gray-lighter;
|
||||||
font-size: $fs18;
|
font-size: $fs18;
|
||||||
|
|
||||||
@include placeholder {
|
@include placeholder {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue