akveo / akveo/ngx-admin

change the css in the theme doesn't work

Offen
#5,606 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
TypeScript
Sterne
25.7k
Forks
7.9k
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.