From 7d5c1c500b4ada92dd09693019c412d3d5af78e7 Mon Sep 17 00:00:00 2001 From: Eva Gagnon-Messier Date: Sun, 20 Oct 2019 21:22:05 -0300 Subject: [PATCH] docs: include documentation for icon position with nested styles #10623 --- docs/pages/menu.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index c4e75b38d..59c8ac49c 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -370,6 +370,29 @@ When using any of the menu icon layout classes, ensure that the icon and the tex
  • Four
  • ``` + +
    + +### Icon Position with Nested Styles +Nested lists can have icons positioned differently based on the menu layer. Add the class `.nested` to the nested list and your desired icon position: `.icon-top`, `.icon-right`, `.icon-bottom`, `.icon-left`. + +
    + edit on codepen button +
    + +```html_example + +``` --- ## Sticky Navigation -- 2.47.2