From d80c8dadc338f8aa1448999fa01b382fd052acbc Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 20 Nov 2018 14:47:52 +0200 Subject: [PATCH] feat(sidebar): remove label new from sidebar (#1921) --- src/app/@theme/layouts/sample/sample.layout.scss | 16 ---------------- 1 file changed, 16 deletions(-) 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; }