More translations and a menu fix

This commit is contained in:
Godwin
2016-07-25 20:09:56 -07:00
parent 79bb86e8c7
commit e73ed71e32
3 changed files with 51 additions and 26 deletions
+7 -2
View File
@@ -1269,12 +1269,12 @@ ul.warnings li,
.step {
color: #CCC;
position: absolute;
@include _(transform-origin, 0 50%);
@include _(transform-origin, 10% 60%);
@include _(transform, rotate(45deg));
text-align: left;
top: 0.5em;
left: 50%;
white-space: nowrap;
line-height: 1.2em;
}
a {
@@ -1298,6 +1298,11 @@ ul.warnings li,
}
}
.current .step {
//top: 1.5em;
@include _(transform-origin, 10% 100%);
}
.current .step,
a:hover,
a:focus {