Skip to content

Commit

Permalink
Amalgamation stepper fix (bcgov#624)
Browse files Browse the repository at this point in the history
* Amalgamation stepper fix

* Fixed spacing more after discussion with Yui

* fixed icon size
  • Loading branch information
JazzarKarim committed Jan 26, 2024
1 parent 58c1909 commit 56d263f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.6.37",
"version": "5.6.38",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
6 changes: 3 additions & 3 deletions src/components/common/Stepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
<v-icon
v-show="isValid(step.to)"
class="step__btn2"
size="30"
size="24"
color="success darken-1"
>
mdi-check-circle
</v-icon>
<v-icon
v-show="!isValid(step.to) && getShowErrors && getValidateSteps"
class="step__btn2"
size="30"
size="24"
color="error darken-1"
>
mdi-close-circle
Expand Down Expand Up @@ -223,7 +223,7 @@ export default class Stepper extends Vue {
.step__btn2 {
position: absolute;
margin-top: -5px;
margin-top: -30px;
margin-left: -16px;
background-color: $BCgovInputBG;
border-radius: 50%;
Expand Down

0 comments on commit 56d263f

Please sign in to comment.