GITLAB
Luigi
/ wrapper-demo
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
395b7e03ca781bccfb4ca79bebc38247502cfdf3
Authored by
Luigi
2019-04-16 14:34:07 -0300
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
Side-by-side Diff
Inline Diff
src/sass/general.scss
Diff comments
View file @
395b7e0
...
...
@@ -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