Merge pull request #1010 from Safelite/feature/INSR-8081
INSR-8081: Duplicate Check UI fixes
This commit is contained in:
commit
c6df7d9771
2 changed files with 11 additions and 11 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
<buttonMain
|
<buttonMain
|
||||||
:variant="buttonVariants.primary"
|
:variant="buttonVariants.primary"
|
||||||
buttonText="Start a new claim"
|
buttonText="Start a new claim"
|
||||||
class="w-100"
|
class="mt-5 w-100"
|
||||||
@clickEvent="startNewClaim" />
|
@clickEvent="startNewClaim" />
|
||||||
<siteFooter
|
<siteFooter
|
||||||
ref="siteFooter"
|
ref="siteFooter"
|
||||||
|
|
@ -221,17 +221,23 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.duplicate-check-question {
|
.duplicate-check-question {
|
||||||
span {
|
|
||||||
font-weight:600;
|
|
||||||
}
|
|
||||||
.question-text {
|
.question-text {
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
margin-top: map-get($spacers, 4);
|
margin-top: map-get($spacers, 4);
|
||||||
margin-bottom: 0.625rem !important;
|
margin-bottom: 0.625rem !important;
|
||||||
|
span {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.form-test-error {
|
.form-test-error {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
|
span {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.question-text.d-flex {
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -241,12 +247,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.subheader-secondary {
|
|
||||||
p {
|
|
||||||
margin-bottom: 0.25rem !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 1.25rem !important;
|
margin-bottom: 1.25rem !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ $red-100: #ffe6e4;
|
||||||
$red-200: #fcbfbb;
|
$red-200: #fcbfbb;
|
||||||
$red-300: #f89892;
|
$red-300: #f89892;
|
||||||
$red-400: #e65c53;
|
$red-400: #e65c53;
|
||||||
$red: #d4281c; // Default Red
|
$red: #db0020; // Default Red
|
||||||
$red-600: #ac160b;
|
$red-600: #ac160b;
|
||||||
$red-700: #840900;
|
$red-700: #840900;
|
||||||
$red-800: #5b0600;
|
$red-800: #5b0600;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue