Skip to content
Snippets Groups Projects
Commit c3154421 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix: input focus display

parent bc0cefad
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!24Features/us158 423 harmonize buttons gaz water
......@@ -19,6 +19,11 @@
border-radius: 4px;
color: $google-text-1;
padding: 0 5%;
outline-offset: -1px;
}
.form-input:focus{
outline: none;
box-shadow: inset 0px 0px 0px 1px $gold-shadow;
}
.form-group {
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment