small health check tweaks
This commit is contained in:
@@ -53,6 +53,15 @@
|
||||
background-color: darken(@btnDangerBackground, 5%);
|
||||
}
|
||||
|
||||
.umb-era-button.-green {
|
||||
background: @green;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
.umb-era-button.-green:hover {
|
||||
background-color: @green-d1;
|
||||
}
|
||||
|
||||
.umb-era-button.-link {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
.umb-healthcheck-group__details-group-title {
|
||||
background-color: @purple;
|
||||
background-color: @purple-l1;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -155,15 +155,15 @@
|
||||
}
|
||||
|
||||
.umb-healthcheck-group__details-check-name {
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
color: @black;
|
||||
font-weight: bold;
|
||||
margin-bottom: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.umb-healthcheck-group__details-check-description {
|
||||
font-size: 12px;
|
||||
color: @gray-5;
|
||||
font-size: 13px;
|
||||
color: @gray-3;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
|
||||
<div class="umb-healthcheck-action-bar">
|
||||
<button class="umb-era-button -blue" type="button" ng-click="vm.checkAllGroups(vm.groups);">Check All Groups</button>
|
||||
<button class="umb-era-button -green" type="button" ng-click="vm.checkAllGroups(vm.groups);">Check All Groups</button>
|
||||
</div>
|
||||
|
||||
<div class="umb-healthcheck">
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="umb-era-button -blue"
|
||||
class="umb-era-button umb-button--s -green"
|
||||
ng-class="{ '-inactive': healthCheckAction.providedValue.$invalid}"
|
||||
ng-click="vm.executeAction(check, $parent.$index, action);"
|
||||
ng-disabled="healthCheckAction.providedValue.$invalid">
|
||||
|
||||
Reference in New Issue
Block a user