Skip to content
Snippets Groups Projects
Commit bd67c0f4 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(navigation) : fix focus style btn

parent 0916fca1
No related branches found
No related tags found
3 merge requests!85Recette,!84Dev,!82Fix/navigation keyboard
...@@ -73,10 +73,17 @@ ...@@ -73,10 +73,17 @@
height: 40px; height: 40px;
width: 192px; width: 192px;
@include btn-bold; @include btn-bold;
stroke: $white;
&.small { &.small {
width: 149px; width: 149px;
} }
&.invalid { &.invalid {
opacity: 0.4; opacity: 0.4;
} }
&:focus {
background: $white;
color: $secondary-color;
border: 1px solid $secondary-color;
stroke: $secondary-color;
}
} }
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