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
|
||||
:variant="buttonVariants.primary"
|
||||
buttonText="Start a new claim"
|
||||
class="w-100"
|
||||
class="mt-5 w-100"
|
||||
@clickEvent="startNewClaim" />
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
|
|
@ -221,8 +221,10 @@ export default {
|
|||
}
|
||||
|
||||
.duplicate-check-question {
|
||||
span {
|
||||
font-weight:600;
|
||||
.question-text {
|
||||
span {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
.question-text {
|
||||
justify-content: left;
|
||||
|
|
@ -232,6 +234,9 @@ export default {
|
|||
}
|
||||
.form-test-error {
|
||||
margin-top: 0 !important;
|
||||
span {
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -241,12 +246,6 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
.subheader-secondary {
|
||||
p {
|
||||
margin-bottom: 0.25rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 1.25rem !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ $red-100: #ffe6e4;
|
|||
$red-200: #fcbfbb;
|
||||
$red-300: #f89892;
|
||||
$red-400: #e65c53;
|
||||
$red: #d4281c; // Default Red
|
||||
$red: #da291c; // Default Red
|
||||
$red-600: #ac160b;
|
||||
$red-700: #840900;
|
||||
$red-800: #5b0600;
|
||||
|
|
|
|||
Loading…
Reference in a new issue