Skip to content

Commit

Permalink
feat(sidebar): remove label new from sidebar (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Nov 20, 2018
1 parent 269a5f3 commit d80c8da
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/app/@theme/layouts/sample/sample.layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d80c8da

Please sign in to comment.