BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 244 forks source link

how to remove the left line #375

Closed lucaspieran closed 3 years ago

lucaspieran commented 3 years ago

InkedCaptura_LI

Hi! I need to remove the left line, how can I do it? Thank you so much

lucaspieran commented 3 years ago

`.vue-form-wizard .wizard-navigation .wizard-progress-with-circle { position: relative; overflow: hidden; / background-color: gray; / }

.vue-form-wizard .wizard-navigation .wizard-progress-with-circle::before { content: ""; width: 60px; height: 100%; position: absolute; display: block; background-color: $darktheme-background; top: 0; } .vue-form-wizard .wizard-navigation .wizard-progress-with-circle::after { content: ""; width: 60px; height: 100%; position: absolute; display: block; background-color: $darktheme-background; top: 0; right: 0; }

.wizard-icon::after{ content: ''; display: none; } `