at the end of the day, it was inevitable

This commit is contained in:
Mo Elzubeir
2022-12-09 08:36:26 -06:00
commit 1218570914
1768 changed files with 887087 additions and 0 deletions
@@ -0,0 +1,22 @@
.registration {
.forms-wizard li {
vertical-align: top;
&:after,
&:before {
top: 50px;
}
&.form-wizard-step-doing {
font-weight: bold;
}
}
}
.total-price {
position: sticky;
bottom: 0;
background-color: white;
box-shadow: 0 -2px 0.5rem rgba($black, 0.15);
border-top: 4px solid $primary;
}