akveo / akveo/ngx-admin

change the css in the theme doesn't work

未关闭
#5,606 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
25.7k
派生
7.9k
PR 合并指标
30 天内没有已合并 PR

描述

I am using angular 7 version based ngx-admin. I need to change the ul 's padding-left from 1.25rem to 0rem.

I put the css inside the pages.components.scss as below
```
/deep/ .nb-theme-default ol, .nb-theme-default ul {
padding-left: 0rem;
}
```

The new css has shown to be active when refreshing the browser, but the css still show the effects as before.

How could I solve this little problem

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。