Does CMSMS include a "presentation class system" like Bootstrap 3? For example, do you guys have a CSS system that allows developers to brand elements for a grid, panel and/or list system?
Code: Select all
<div class="container">
<div class="row">
<div class="col_lg_x">
<button type="button" class="btn btn-default">My Button</button>
<div class="well">
a wrapper that shows this text
</div>
</div>
</div>
</div>