Merge pull request #1015 from Safelite/feature/kiener/INSR-6047
INSR-8111 | Fix one of the issues
This commit is contained in:
commit
2eba76dd00
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
v-html="scheduleWithOtherText"></div>
|
v-html="scheduleWithOtherText"></div>
|
||||||
<textLink
|
<textLink
|
||||||
class="underlined-text"
|
class="underlined-text"
|
||||||
linkType="navigation"
|
linkType="text"
|
||||||
text="Find another shop"
|
text="Find another shop"
|
||||||
href="#"
|
href="#"
|
||||||
@clickEvent="findAnotherShopClicked" />
|
@clickEvent="findAnotherShopClicked" />
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
letter-spacing: $letter-spacing-primary;
|
letter-spacing: $letter-spacing-primary;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #4d5151;
|
color: $body-color;
|
||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
.prevent-squish {
|
.prevent-squish {
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ $theme-colors: (
|
||||||
);
|
);
|
||||||
|
|
||||||
//Default font color
|
//Default font color
|
||||||
$body-color: $gray-600;
|
$body-color: $darker-gray;
|
||||||
|
|
||||||
//Fonts
|
//Fonts
|
||||||
$font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif;
|
$font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue