Nulumia
Well-known member
Very simple. The
Suggestion to add this to the
This would allow making nice widgets and other structural content while using XF semantically correct classes.
block-rowMessage class, for example, has the optional block-rowMessage--center to make text centered within.Suggestion to add this to the
contentRow-main class, such as near contentRow-main--close in core_contentrow.less:
Less:
.contentRow-main
{
...
&.contentRow-main--center {
text-align: center;
}
&.contentRow-main--close
{
...
}
This would allow making nice widgets and other structural content while using XF semantically correct classes.
Last edited:
Upvote
1