parent
71f92ff664
commit
0203402821
|
@ -35,6 +35,12 @@
|
||||||
.dots-container {
|
.dots-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.progress-item {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.progress-dot {
|
.progress-dot {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -95,6 +101,7 @@
|
||||||
}
|
}
|
||||||
.qs-footer {
|
.qs-footer {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer > .prev {
|
.qs-footer > .prev {
|
||||||
|
|
Loading…
Reference in New Issue