mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-22 11:50:33 +03:00
Merge pull request #35 from jpnut/master
Remove z-index parameters from default styles
This commit is contained in:
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -21,7 +21,6 @@
|
|||||||
color: $form-placeholder-color;
|
color: $form-placeholder-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
z-index: 100;
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus{
|
&:focus{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
@@ -54,7 +54,6 @@
|
|||||||
padding: 15px 15px 15px 15px;
|
padding: 15px 15px 15px 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
z-index: 3;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,7 +76,6 @@
|
|||||||
.wizard-progress-with-circle {
|
.wizard-progress-with-circle {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
z-index: 50;
|
|
||||||
height: 4px;
|
height: 4px;
|
||||||
|
|
||||||
.wizard-progress-bar {
|
.wizard-progress-bar {
|
||||||
|
|||||||
Reference in New Issue
Block a user