...
|
...
|
@@ -13,6 +13,7 @@ |
|
|
text-align: center;
|
|
|
background: #fff;
|
|
|
}
|
|
|
|
|
|
.nav {
|
|
|
li {
|
|
|
cursor: pointer;
|
...
|
...
|
@@ -26,7 +27,7 @@ |
|
|
height: 14px;
|
|
|
width: 14px;
|
|
|
background-repeat: no-repeat;
|
|
|
background-image: resolve('help/plus.png');
|
|
|
background-image: resolve("help/plus.png");
|
|
|
background-size: 14px 14px;
|
|
|
position: relative;
|
|
|
top: 3px;
|
...
|
...
|
@@ -64,13 +65,14 @@ |
|
|
.big-title {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
.step-title {
|
|
|
font-weight: bolder;
|
|
|
padding-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.step {
|
|
|
list-style: disc;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
} |
...
|
...
|
|