2018-01-14 13:08:38 +00:00
|
|
|
/* Health check */
|
|
|
|
|
2018-01-11 18:41:50 +00:00
|
|
|
.error-notify {
|
|
|
|
font-size: 20px;
|
|
|
|
color: black;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2018-01-14 13:08:38 +00:00
|
|
|
.loading-logo-fail {
|
|
|
|
width: 85px;
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-14 13:08:38 +00:00
|
|
|
}
|
|
|
|
|
2018-01-11 18:41:50 +00:00
|
|
|
.loading-logo {
|
2018-03-08 10:12:33 +00:00
|
|
|
position: relative;
|
2018-01-25 08:17:30 +00:00
|
|
|
top: -157px;
|
2018-01-12 15:00:50 +00:00
|
|
|
width: 85px;
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-11 18:41:50 +00:00
|
|
|
}
|
|
|
|
|
2018-01-12 15:00:50 +00:00
|
|
|
.present-logo {
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-11 18:41:50 +00:00
|
|
|
}
|
|
|
|
|
2018-01-12 15:00:50 +00:00
|
|
|
.checks {
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-12 15:00:50 +00:00
|
|
|
position: relative;
|
2018-01-25 08:17:30 +00:00
|
|
|
top: -100px;
|
2018-01-14 13:08:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.checks-fail {
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-14 13:08:38 +00:00
|
|
|
position: relative;
|
2018-01-25 08:17:30 +00:00
|
|
|
top: 10px;
|
2018-01-12 15:00:50 +00:00
|
|
|
}
|
|
|
|
|
2018-01-11 18:41:50 +00:00
|
|
|
.healthCheck {
|
2018-01-25 08:17:30 +00:00
|
|
|
padding-top: 200px;
|
2018-01-11 18:41:50 +00:00
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.health-check-error {
|
|
|
|
padding-top: 40px;
|
|
|
|
color: red;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-01-14 13:08:38 +00:00
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2018-01-11 17:05:52 +00:00
|
|
|
height: 200px;
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
|
|
|
|
2018-01-09 18:53:42 +00:00
|
|
|
.percentage {
|
2018-01-12 19:37:30 +00:00
|
|
|
font-size: 18px;
|
2018-01-09 18:53:42 +00:00
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
2018-01-12 19:37:30 +00:00
|
|
|
height: 25px;
|
|
|
|
color: #666666;
|
2018-03-06 16:38:58 +00:00
|
|
|
background-color: white !important;
|
2018-01-09 18:53:42 +00:00
|
|
|
}
|
2017-11-23 10:22:27 +00:00
|
|
|
/* Wazuh Header */
|
|
|
|
|
2017-11-07 11:43:59 +00:00
|
|
|
.wazuh-h1 {
|
|
|
|
font-size: 24px !important;
|
|
|
|
}
|
|
|
|
|
2017-11-29 11:04:41 +00:00
|
|
|
/* Fix typography for better consistency */
|
2017-11-23 10:22:27 +00:00
|
|
|
|
2017-11-29 12:04:33 +00:00
|
|
|
html, body, button:not(.fa):not(.fa-times), textarea, input, select {
|
2017-11-29 11:04:41 +00:00
|
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Loading Ring styles */
|
|
|
|
|
|
|
|
div.uil-ring-css {
|
2018-01-11 18:41:50 +00:00
|
|
|
transform: scale(0.8);
|
2017-11-23 10:22:27 +00:00
|
|
|
margin: auto;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
.uil-ring-css {
|
|
|
|
background: none;
|
|
|
|
position: relative;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
2017-11-23 10:22:27 +00:00
|
|
|
|
|
|
|
.uil-ring-css>div {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 160px;
|
|
|
|
height: 160px;
|
|
|
|
top: 20px;
|
|
|
|
left: 20px;
|
|
|
|
border-radius: 80px;
|
2018-01-25 08:17:30 +00:00
|
|
|
box-shadow: 0 3px 0 0 rgb(0,121,165);
|
2017-11-23 10:22:27 +00:00
|
|
|
-webkit-transform-origin: 80px 81.5px;
|
|
|
|
transform-origin: 80px 81.5px;
|
|
|
|
-webkit-animation: uil-ring-anim 1.5s linear infinite;
|
|
|
|
animation: uil-ring-anim 1.5s linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Navbar Directive */
|
|
|
|
|
|
|
|
.headBar {
|
2018-02-23 17:07:13 +00:00
|
|
|
background-color: white !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
min-width: 463px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.horizontalTabsBar {
|
2018-02-23 17:07:13 +00:00
|
|
|
background-color: white !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
|
|
|
|
2017-11-07 14:13:45 +00:00
|
|
|
.json-beautifier {
|
|
|
|
background-color: ghostwhite;
|
|
|
|
border: 1px solid silver;
|
|
|
|
padding: 10px 20px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.json-key {
|
|
|
|
color: brown;
|
|
|
|
}
|
|
|
|
|
|
|
|
.json-value {
|
|
|
|
color: navy;
|
|
|
|
}
|
|
|
|
|
|
|
|
.json-string {
|
|
|
|
color: olive;
|
2017-11-08 12:06:44 +00:00
|
|
|
}
|
2017-11-23 10:22:27 +00:00
|
|
|
|
|
|
|
/* Input filter box styles */
|
|
|
|
|
|
|
|
.input-filter-box {
|
2018-03-05 09:22:37 +00:00
|
|
|
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1) !important;
|
|
|
|
border: 1px solid #D9D9D9 !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
font-size: 14px;
|
|
|
|
padding: 0px 15px;
|
|
|
|
margin-top: 18px;
|
|
|
|
border: none;
|
|
|
|
height: 40px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2018-03-08 12:07:38 +00:00
|
|
|
.input-filter-box:focus {
|
2018-03-05 09:22:37 +00:00
|
|
|
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1) !important;
|
|
|
|
border: 1px solid #D9D9D9 !important;
|
2018-03-01 14:15:14 +00:00
|
|
|
}
|
|
|
|
|
2018-03-08 12:24:39 +00:00
|
|
|
/* Styles for input containers */
|
|
|
|
.wz-input-container label {
|
|
|
|
font-weight: 700 !important;
|
|
|
|
color: rgba(0, 0, 0, 0.38) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wz-input-container label.md-required:after {
|
|
|
|
color: #0079a5 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wz-input-container input,
|
|
|
|
.wz-input-container input.md-input-invalid.md-input,
|
|
|
|
.wz-input-container input.ng-invalid.ng-touched {
|
|
|
|
border-color: rgba(0,0,0,0.12) !important;
|
|
|
|
}
|
|
|
|
|
2018-03-08 12:07:38 +00:00
|
|
|
.wz-autocomplete md-autocomplete md-autocomplete-wrap input {
|
|
|
|
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
2018-03-08 12:24:39 +00:00
|
|
|
/* Style to override outline on components but avoid hidden shadow on focus*/
|
|
|
|
/* This is a really important fix and should not be deleted */
|
2018-03-02 08:13:28 +00:00
|
|
|
:focus:not([class^="eui"]) {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2018-03-01 15:31:28 +00:00
|
|
|
/* Style to override outline on components but avoid hidden shadow on focus*/
|
2018-03-08 12:24:39 +00:00
|
|
|
/* This is a really important fix and should not be deleted */
|
2018-03-08 12:47:00 +00:00
|
|
|
:focus:not(.wazuh-button):not(.input-filter-box) {
|
2018-03-01 15:31:28 +00:00
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
/* Progress Linear */
|
|
|
|
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear {
|
2018-03-08 12:24:39 +00:00
|
|
|
height: 20px !important;
|
2018-01-09 18:53:42 +00:00
|
|
|
}
|
|
|
|
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear .md-container {
|
2018-01-09 18:53:42 +00:00
|
|
|
height: 20px !important;
|
|
|
|
}
|
|
|
|
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear .md-container .md-bar {
|
2018-03-08 12:24:39 +00:00
|
|
|
height: 20px !important;
|
2018-01-09 18:53:42 +00:00
|
|
|
}
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear .md-container .md-dashed:before {
|
2018-03-08 12:24:39 +00:00
|
|
|
height: 20px !important;
|
|
|
|
}
|
2018-01-09 18:53:42 +00:00
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
/* Common styles for text and font */
|
2017-12-18 11:07:42 +00:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-12-18 16:52:23 +00:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.text-bold {
|
2018-01-11 12:57:05 +00:00
|
|
|
font-weight: bold !important;
|
2017-12-19 13:53:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-16-pt {
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-18 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-25 {
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom Background colours */
|
|
|
|
|
2017-12-18 11:07:42 +00:00
|
|
|
.background-white {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.background-e2 {
|
|
|
|
background-color: #e2e2e2;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.color-f9 {
|
|
|
|
color: #ff9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom styles for the box model */
|
|
|
|
|
|
|
|
.margin-top-30 {
|
|
|
|
margin-top: 30px;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
2018-03-05 16:04:41 +00:00
|
|
|
.no-margin-right {
|
2017-12-18 11:07:42 +00:00
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2018-03-05 16:04:41 +00:00
|
|
|
.no-margin-left {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2017-12-18 11:07:42 +00:00
|
|
|
.margin-left-0 {
|
2018-02-14 15:43:31 +00:00
|
|
|
margin-left: 0px !important;
|
|
|
|
margin-right: 8px !important;
|
|
|
|
margin-top: 8px !important;
|
|
|
|
margin-bottom: 8px !important;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.padding-left-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-right-0 {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2017-12-18 16:52:23 +00:00
|
|
|
|
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2018-03-07 16:24:29 +00:00
|
|
|
|
2018-03-08 11:59:39 +00:00
|
|
|
.wz-padding-left-16 {
|
|
|
|
padding-left: 16px
|
|
|
|
}
|
2018-03-07 16:24:29 +00:00
|
|
|
|
|
|
|
.wz-lateral-padding-16 {
|
2018-03-08 11:59:39 +00:00
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
2018-03-07 16:24:29 +00:00
|
|
|
}
|
2018-03-08 12:24:39 +00:00
|
|
|
|
|
|
|
/* Custom styles for tooltips */
|
|
|
|
.wz-tooltip .md-content {
|
|
|
|
background-color: rgba(0,0,0,0.87) !important;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Special fix to make Kibana search bar similar to the rest from the app */
|
|
|
|
|
|
|
|
.kuiLocalSearchInput,
|
|
|
|
.kuiLocalSearchInput:focus {
|
|
|
|
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1) !important;
|
|
|
|
border: 1px solid #D9D9D9 !important;
|
|
|
|
}
|