fixed the search results translation with graphql loading

This commit is contained in:
2021-01-12 12:17:50 +01:00
parent efd88d298b
commit 0704a85a63
8 changed files with 44 additions and 19 deletions

View File

@ -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);

View File

@ -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;
}