diff --git a/src/app/@theme/layouts/sample/sample.layout.scss b/src/app/@theme/layouts/sample/sample.layout.scss index 1afba257..02499887 100644 --- a/src/app/@theme/layouts/sample/sample.layout.scss +++ b/src/app/@theme/layouts/sample/sample.layout.scss @@ -106,22 +106,6 @@ } /deep/ nb-menu { - & > .menu-items { - & > .menu-item:first-child { - .menu-title { - &::after { - content: 'new'; - color: nb-theme(color-white); - margin-left: 1rem; - background: nb-theme(color-danger); - padding: 0 0.5rem; - border-radius: nb-theme(radius); - font-size: nb-theme(font-size-sm); - } - } - } - } - .nb-e-commerce { font-size: 2rem; }