Add a form to set priority of top 2 providers

Their priority should always add up to 100%. Currently we have to ensure
this by hand. Adding this form means there’s no way to not set their
combined priorities to 100%. And it’s a bit more of an intuitive UI than
two textboxes on separate pages.
This commit is contained in:
Chris Hill-Scott
2019-12-02 18:15:00 +00:00
parent 16ebdfeb8b
commit 5233ee4bd9
9 changed files with 164 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ $item-top-padding: $gutter-half;
border-bottom: 1px solid $border-colour;
}
.page-footer {
margin-bottom: 5px;
}
}
&-user {
@@ -31,7 +35,7 @@ $item-top-padding: $gutter-half;
$axis-thickness: 2px;
border-bottom: $axis-thickness solid $black;
position: relative;
margin-bottom: 30px;
margin-bottom: 35px;
height: 35px;
&:before,
@@ -50,6 +54,11 @@ $item-top-padding: $gutter-half;
right: 0;
}
&-without-border {
position: relative;
padding-top: 35px;
}
&-marker {
$size: 20px;
$border-thickness: 7px;