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

Merge pull request #35 from jpnut/master

Remove z-index parameters from default styles
This commit is contained in:
Cristi Jora
2017-08-03 14:58:19 +03:00
committed by GitHub
5 changed files with 3 additions and 5 deletions
+1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -21,7 +21,6 @@
color: $form-placeholder-color;
position: relative;
top: 3px;
z-index: 100;
&:hover,
&:focus{
background-color: transparent;
-2
View File
@@ -54,7 +54,6 @@
padding: 15px 15px 15px 15px;
position: relative;
border-radius: 3px 3px 0 0;
z-index: 3;
text-align: center;
}
@@ -77,7 +76,6 @@
.wizard-progress-with-circle {
position: relative;
top: 40px;
z-index: 50;
height: 4px;
.wizard-progress-bar {