fixed the search results translation with graphql loading
This commit is contained in:
@ -5,6 +5,7 @@ $color-base:#69cdcf;
|
||||
$color-showrooms:#50aa3c;
|
||||
$color-blabla:#9458aa;
|
||||
$color-webshowroom:rgb(255, 159, 80);
|
||||
$color-focus:#8bc4ff;
|
||||
$alpha: 0.90;
|
||||
$color-base-transparent: change-color($color-base, $alpha: $alpha);
|
||||
$color-showrooms-transparent: change-color($color-showrooms, $alpha: $alpha);
|
||||
|
@ -41,10 +41,11 @@ input[type="password"]{
|
||||
border-radius: 5px;
|
||||
border : 0.5px solid #aaa;
|
||||
padding: 0.3em 0.4em;
|
||||
// &:focus{
|
||||
// outline: none;
|
||||
// border-color: blue;
|
||||
// }
|
||||
&:focus{
|
||||
outline: none;
|
||||
// border-color: blue;
|
||||
box-shadow: 0 0 2px 1px $color-focus;
|
||||
}
|
||||
// outline-style: solid;
|
||||
// outline-width: 1px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user