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>
|
||||
<textLink
|
||||
class="underlined-text"
|
||||
linkType="navigation"
|
||||
linkType="text"
|
||||
text="Find another shop"
|
||||
href="#"
|
||||
@clickEvent="findAnotherShopClicked" />
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ body {
|
|||
font-size: 16px;
|
||||
letter-spacing: $letter-spacing-primary;
|
||||
background-color: #fff;
|
||||
color: #4d5151;
|
||||
color: $body-color;
|
||||
|
||||
.container-fluid {
|
||||
.prevent-squish {
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ $theme-colors: (
|
|||
);
|
||||
|
||||
//Default font color
|
||||
$body-color: $gray-600;
|
||||
$body-color: $darker-gray;
|
||||
|
||||
//Fonts
|
||||
$font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif;
|
||||
|
|
|
|||
Loading…
Reference in a new issue