mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
23 lines
377 B
HTML
23 lines
377 B
HTML
|
|
<navbar icon="fa fa-fw fa-adjust" title="Style Guide">
|
||
|
|
</navbar>
|
||
|
|
|
||
|
|
<div class="page-container">
|
||
|
|
<div class="page-header">
|
||
|
|
<h1>Style Guide</h1>
|
||
|
|
|
||
|
|
<a class="btn btn-success" ng-click="ctrl.switchTheme()">
|
||
|
|
<i class="fa fa-random"></i>
|
||
|
|
Switch theme
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<h3 class="page-heading">Colors</h3>
|
||
|
|
<ul>
|
||
|
|
<li class="style-guide-color-card">
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
|
||
|
|
</div>
|