Removed inline CSS from Agents Preview

This commit is contained in:
Juanjo Jiménez 2017-12-12 16:00:53 +01:00
parent dae88333a1
commit cc23a008a8
2 changed files with 11 additions and 3 deletions

View File

@ -147,3 +147,11 @@ md-tooltip .md-content {
.agents-pci-row-540 {
height: 540px;
}
.agents-prev-height-70 {
height: 70px;
}
.agents-prev-color-e4 {
background-color: #e4e4e4;
}

View File

@ -1,7 +1,7 @@
<div flex ng-controller="agentsPreviewController" layout="column">
<md-content class="wazuhMenuNavBar" ng-init="menuNavItem = 'agents'" style="height: 70px;">
<md-content class="wazuhMenuNavBar agents-prev-height-70" ng-init="menuNavItem = 'agents'">
<menu-top></menu-top>
</md-content>
<div flex layout="column" id="content" style="{{(tabView != 'discover') ? 'background-color: #e4e4e4' : ''}}" >
<div flex layout="column" id="content" class="{{(tabView != 'discover') ? 'agents-prev-color-e4' : ''}}" >