Use `indented` attribute to add padding to the left side.
**Hint:** Only works with `vertical` attribute.

```html
<div>
  <sd-navigation-item vertical indented>Indented navigation</sd-navigation-item>
</div>
```
