Files
2022-12-09 08:36:26 -06:00

23 lines
343 B
SCSS

.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;
}