| Index: static/scss/layout/_sidebar.scss |
| =================================================================== |
| --- a/static/scss/layout/_sidebar.scss |
| +++ b/static/scss/layout/_sidebar.scss |
| @@ -255,16 +255,23 @@ |
| font-size: $font-size-sm; |
| } |
| .active > a |
| { |
| font-weight: 700; |
| } |
| + .external-icon |
| + { |
| + width: auto; |
| + height: 0.8em; |
| + margin-left: $xs; |
|
juliandoucette
2017/07/19 19:59:45
NIT: $xs / 2 looks better to me.
(Trust your best
ire
2017/07/20 13:03:56
Acknowledged. Asked Jeen and she prefers the $xs s
|
| + } |
| + |
| a%active |
| { |
| color: $accent; |
| } |
| ul ul a%active |
| { |
| color: #6f9432; |
| @@ -277,16 +284,22 @@ |
| display: none; |
| } |
| .js #primary-navigation ul .active ul |
| { |
| display: block; |
| } |
| +[dir="rtl"] #primary-navigation .external-icon |
| +{ |
| + margin-right: $xs; |
| + margin-left: 0px; |
| +} |
| + |
| @media(min-width: $sidebar-breakpoint-x) |
| { |
| // Apply arrow background |
| #primary-navigation |
| { |
| margin-top: $lg; |
| em |