Styles in HTML version not included in Angular version?
Hi Im trying to port some elements from the HTML version to the Angular version but the styles are different, mainly because there are some styles in the style.bundle.css which are not found in the .scss files.
Is this a correct assumption or am i just missing some .scss files?
sample -> this is properly styled in the html version from the stype.bundle.css
pagination.page-item.page-link but it is not styled properly in angular version.
Regards.
Replies (1)
Hi,
For your pagination, use exactly the same nested HTML mark-up: https://preview.keenthemes.com/metronic8/demo1/documentation/base/pagination.html.
And you mentioned SASS is already in the theme: demo1/src/assets/sass/core/components/_pagination.scss.
Regards,
Keenthemes support