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:
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;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
z-index: 100;
|
||||
&:hover,
|
||||
&:focus{
|
||||
background-color: transparent;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user