mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-23 10:20:32 +03:00
fixed border gap of WizardStep in Chrome zoomed it in
This commit is contained in:
@@ -41,10 +41,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-radius: 40%;
|
border-radius: 50%;
|
||||||
&.square_shape, &.tab_shape {
|
margin: -3px;
|
||||||
|
&.square_shape {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
&.tab_shape {
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.wizard-icon {
|
.wizard-icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user