feat(sidebar): remove label new from sidebar (#1921)

This commit is contained in:
Denis Strigo 2018-11-20 14:47:52 +02:00 committed by GitHub
parent 269a5f3c98
commit d80c8dadc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}