2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-22 00:00:33 +03:00

Merge pull request #271 from kik4/develop

fixed border gap of WizardStep in Chrome zoomed
This commit is contained in:
Cristi Jora
2018-12-07 10:02:06 +02:00
committed by GitHub
+7 -2
View File
@@ -41,10 +41,15 @@
display: flex;
justify-content: center;
flex: 1;
border-radius: 40%;
&.square_shape, &.tab_shape {
border-radius: 50%;
margin: -3px;
&.square_shape {
border-radius: 0;
}
&.tab_shape {
border-radius: 0;
margin: 0;
}
}
.wizard-icon {
display: flex;