created new color variables, changed primary to blue, changed success-btns to primary-btns.

This commit is contained in:
ijin08
2019-02-05 12:05:02 +01:00
parent 6eb69d37de
commit 0642c52693
78 changed files with 212 additions and 243 deletions

View File

@@ -68,7 +68,7 @@
</div>
<div class="gf-form-group gf-form-button-row">
<button type="submit" ng-click="ctrl.save()" class="btn btn-success width-7">Save</button>
<button type="submit" ng-click="ctrl.save()" class="btn btn-primary width-7">Save</button>
<button type="submit" ng-click="ctrl.testNotification()" class="btn btn-secondary width-7">Send Test</button>
<a href="alerting/notifications" class="btn btn-inverse">Back</a>
</div>

View File

@@ -7,7 +7,7 @@
<div class="page-action-bar__spacer">
</div>
<a href="alerting/notification/new" class="btn btn-success">
<a href="alerting/notification/new" class="btn btn-primary">
<i class="fa fa-plus"></i>
New Channel
</a>