define global message classes
Migrate power-ops to utilize.
Change-Id: Ie3946a6c957c78ef1b07b0c815448ed8d7e826b5
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/confirm.html b/src/confirm.html
index 24674d3..59ca2ad 100644
--- a/src/confirm.html
+++ b/src/confirm.html
@@ -1,10 +1,10 @@
<!-- Confirmation message - to accommodate the message for smaller screens we need to grab the height of the message and apply that height to "power-option" row -->
-<div class="power__confirm" ng-class="{active: confirm}">
- <div class="power__confirm-message">
+<div class="inline__confirm" ng-class="{active: confirm}">
+ <div class="inline__confirm-message">
<p class="h3"><i></i>Are you sure you want to <strong>{{title}}?</strong></p>
<p>{{message}}</p>
</div>
- <div class="power__confirm-buttons">
+ <div class="inline__confirm-buttons">
<button class="btn-primary" ng-click="accept()">Yes</button>
<button class="btn-primary" ng-click="cancel()">No</button>
</div>