|
|
@ -97,24 +97,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.nav-previous { |
|
|
|
.nav-previous { |
|
|
|
.icon { |
|
|
|
|
|
|
|
.icon-previous(); |
|
|
|
|
|
|
|
margin-left: @base-space - 5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.nav-next { |
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
.icon-next(); |
|
|
|
|
|
|
|
margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.nav-previous:hover { |
|
|
|
|
|
|
|
.icon { |
|
|
|
.icon { |
|
|
|
.icon-previous-light(); |
|
|
|
.icon-previous-light(); |
|
|
|
margin-left: @base-space - 5; |
|
|
|
margin-left: @base-space - 5; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.nav-next:hover { |
|
|
|
.nav-next { |
|
|
|
.icon { |
|
|
|
.icon { |
|
|
|
.icon-next-light(); |
|
|
|
.icon-next-light(); |
|
|
|
margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5; |
|
|
|
margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5; |
|
|
|