Commit 395b7e03ca781bccfb4ca79bebc38247502cfdf3

Authored by Luigi
1 parent 039219545d
Exists in master

Agrego sombra al input

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/sass/general.scss
... ... @@ -71,8 +71,8 @@ input::-webkit-inner-spin-button {
71 71  
72 72 .foca-input {
73 73 &:focus {
74   - border-color: #ff9900;
75   - box-shadow: none;
  74 + border-color: #Cd9035;
  75 + box-shadow: 0 0 5px #Cd9035;
76 76 }
77 77 }
78 78