styling components
-
as nodebb core seems to avoid custom classes and replacing it with components
how do i style a component in less?
is it possible to call for component post/parent in less files?example this one.
<button component="post/parent" class="btn btn-xs btn-default hidden-xs" data-topid="49"><i class="fa fa-reply"></i> @staff</button>
-
@pichalite said in styling components:
@exodo yes you can
[component="post/parent"] { padding: 0px; }
Will try it
Thanks for the response
Copyright © 2024 NodeBB | Contributors