2017-12-01 06:49:15 -06:00
|
|
|
<page-header model="ctrl.navModel"></page-header>
|
2016-03-02 09:56:16 -06:00
|
|
|
|
2017-12-01 06:49:15 -06:00
|
|
|
<div class="page-container page-body">
|
2016-02-20 04:32:50 -06:00
|
|
|
|
2017-12-01 06:49:15 -06:00
|
|
|
<h3 class="page-heading">Buttons</h3>
|
2016-02-20 04:32:50 -06:00
|
|
|
|
2017-12-01 06:49:15 -06:00
|
|
|
<div class="tab-pane">
|
2016-02-20 04:32:50 -06:00
|
|
|
<div ng-repeat="variant in ctrl.buttonVariants" class="row">
|
|
|
|
<div ng-repeat="btnSize in ctrl.buttonSizes" class="style-guide-button-list p-a-2 col-md-4">
|
|
|
|
<button ng-repeat="buttonName in ctrl.buttonNames" class="btn btn{{variant}}{{buttonName}} {{btnSize}}">
|
|
|
|
btn{{variant}}{{buttonName}}
|
|
|
|
</button>
|
2016-02-18 13:41:23 -06:00
|
|
|
</div>
|
2016-02-20 04:32:50 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-02-18 13:41:23 -06:00
|
|
|
|
2017-12-01 06:49:15 -06:00
|
|
|
<h3 class="page-heading">Forms</h3>
|
2017-05-02 08:15:28 -05:00
|
|
|
|
2017-12-01 06:49:15 -06:00
|
|
|
<div class="gf-form-inline">
|
|
|
|
<div class="gf-form">
|
|
|
|
<label class="gf-form-label">Label</label>
|
|
|
|
<input type="text" class="gf-form-input" />
|
|
|
|
</div>
|
2016-02-20 04:32:50 -06:00
|
|
|
</div>
|
2016-02-18 09:05:15 -06:00
|
|
|
|
|
|
|
</div>
|
2016-02-18 13:41:23 -06:00
|
|
|
|