More translations and a menu fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user