dupe-check UI fixes
This commit is contained in:
parent
80ced3018a
commit
0bdaa1a7f5
2 changed files with 9 additions and 10 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,8 +221,10 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.duplicate-check-question {
|
.duplicate-check-question {
|
||||||
span {
|
.question-text {
|
||||||
font-weight:600;
|
span {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.question-text {
|
.question-text {
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
|
|
@ -232,6 +234,9 @@ export default {
|
||||||
}
|
}
|
||||||
.form-test-error {
|
.form-test-error {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
|
span {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -241,12 +246,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: #da291c; // 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