Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Get your answer
<div class="bg-gray box-generic margin-none"> <div class="innerAll text-center"> <div class="innerAll"> <div class="glyphicons glyphicon-xlarge glyphicon-top circle_question_mark"> <i></i> <h4>Have a Question?</h4> <p class="margin-none">Lorem Ipsum is simply dummy text of the printing and typesetting industry.<br/> <a href="" class="text-underline">Get your answer</a></p> </div> </div> </div> </div>
@import "assets/components/core/less/widgets.less"; @import "http://localhost/shared/components/common/widgets/widget-generic/assets/widget-generic.less";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.