wazuh-kibana-app/public/less/common.less

401 lines
7.5 KiB
Plaintext
Raw Normal View History

/*
* Wazuh app - Commons stylesheet
* Copyright (C) 2018 Wazuh, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Find more information about this on the LICENSE file.
*/
/* -------------------------------------------------------------------------- */
/* ------------------------ Wazuh commons stylesheet ------------------------ */
/* -------------------------------------------------------------------------- */
/* Custom healthcheck and blank screen styles */
.error-notify {
font-size: 20px;
color: black;
padding-bottom: 5px;
}
.loading-logo-fail {
width: 85px;
text-align: center;
}
.loading-logo {
2018-03-08 10:12:33 +00:00
position: relative;
top: -157px;
width: 85px;
text-align: center;
}
.checks {
text-align: center;
position: relative;
top: -100px;
}
.checks-fail {
text-align: center;
position: relative;
top: 10px;
}
.healthCheck {
padding-top: 200px;
background-color: #F5F5F5;
}
.health-check-error {
padding-top: 40px;
color: red;
text-align: center;
}
.percentage {
font-size: 18px;
text-align: center;
position: relative;
height: 25px;
color: #666666;
2018-03-06 16:38:58 +00:00
background-color: white !important;
}
2018-03-08 15:02:02 +00:00
/* Custom JSON viewer settings */
2018-03-14 10:45:36 +00:00
.wz-pre {
white-space: pre-wrap;
word-wrap: break-word;
height: 200px;
line-height: 20px !important;
2018-03-14 10:45:36 +00:00
}
.jsonbeauty2 {
min-height: 300px;
margin: 0px !important;
2018-03-14 10:45:36 +00:00
}
.json-beautifier {
background-color: ghostwhite;
border: 1px solid silver;
padding: 10px 20px;
margin: 20px;
}
/* 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;
}
/* Custom progress linear styles */
.wazuh-loading md-progress-linear {
height: 20px !important;
}
.wazuh-loading md-progress-linear .md-container {
height: 20px !important;
}
.wazuh-loading md-progress-linear .md-container .md-bar {
height: 20px !important;
}
.wazuh-loading md-progress-linear .md-container .md-dashed:before {
height: 20px !important;
}
/* Custom loading ring styles */
div.uil-ring-css {
transform: scale(0.8);
margin: auto;
2017-11-07 11:43:59 +00:00
}
.uil-ring-css {
background: none;
position: relative;
width: 200px;
height: 200px;
2017-11-07 11:43:59 +00:00
}
.uil-ring-css>div {
position: absolute;
display: block;
width: 160px;
height: 160px;
top: 20px;
left: 20px;
border-radius: 80px;
box-shadow: 0 3px 0 0 rgb(0,121,165);
-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;
}
2018-03-14 10:45:36 +00:00
/* Custom tooltips styles */
2018-03-14 10:45:36 +00:00
.wz-tooltip .md-content {
background-color: rgba(0,0,0,0.87) !important;
color: #FFF;
}
/* Custom Manager/Status styles */
.status {
width: 3%;
}
.status.round {
border-radius: 50%;
height: 15px;
width: 15px;
}
.joinCardsRow {
margin-top: 5px;
}
2018-03-14 10:45:36 +00:00
/* Custom Manager/Ruleset styles */
.manager-ruleset-decoders-top-24 {
margin: 0;
height: 220px;
}
2018-03-14 10:45:36 +00:00
.manager-ruleset-rules-top-row {
padding: 0px !important;
height: 200px;
}
.manager-ruleset-btn {
top: -3px;
2017-11-07 14:13:45 +00:00
}
/* Custom md-chips and md-chip component styles */
// Remove horizontal bar below chips
.wz-chips .md-chips {
box-shadow: none !important;
padding-bottom: 0;
}
// Define style for single md-chip element
2018-03-19 12:37:05 +00:00
.wz-chip {
font-size: 14px;
color: white;
background-color: #0079a5;
border: 1px solid #D9D9D9;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
2018-03-14 10:45:36 +00:00
/* Custom Manager/Logs styles */
.manager-log-buttonplay {
margin: 20px 7px !important;
margin-top: 20px;
width: 180px;
}
/* Custom buttons styles */
.wazuh-button {
background-color: rgb(0, 85, 113) !important;
color: white !important;
}
.wazuh-button.active,
.wazuh-button:not([disabled]):hover {
background-color: rgb(0, 121, 165) !important;
}
/* Custom 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;
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-14 10:45:36 +00:00
/* Custom input container styles */
2018-03-08 12:24:39 +00:00
.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);
}
/* Styles to override outline on components but avoid hidden shadow on focus */
/* These are really important fixex and should not be deleted */
2018-03-02 08:13:28 +00:00
:focus:not([class^="eui"]) {
box-shadow: none;
}
:focus:not(.wazuh-button):not(.input-filter-box):not(.kuiLocalSearchInput) {
2018-03-01 15:31:28 +00:00
box-shadow: none !important;
}
/* Custom colors styles */
.green {
background-color: rgb(42, 204, 67);
}
.teal {
background-color: rgb(0, 166, 155);
}
.red {
background-color: rgb(255, 100, 92);
}
.yellow {
background-color: rgb(255, 192, 74);
}
.blue {
background-color: rgb(0, 121, 165);
}
.grey {
background-color: grey;
}
.wz-metric-color {
2018-04-02 11:32:31 +00:00
background-color: rgb(228, 242, 245);
}
.wz-background-transparent {
background-color: transparent;
}
/* Custom Kibana styles */
.wz-border-none,
.wz-border-none md-select-value {
border: none;
}
.wz-border-0,
.wz-md-navbar .md-nav-bar {
border: 0px;
}
.wz-md-navbar ._md-nav-button-text,
.wz-md-tab .md-tab,
.wz-md-tab .md-active {
color: black !important;
}
.wazuhNavDiscover .euiTab ,
.wazuhNavDiscover .euiText {
font-size: 14px !important;
}
.kuiLocalNav {
border-bottom: none !important;
}
2018-03-19 14:28:49 +00:00
.wz-md-navbar-kbn {
margin-bottom: 15px !important;
}
kbn-vis,
visualize,
visualization {
display: flex;
flex: 1 1 100%;
}
kbn-vis visualize,
kbn-vis visualization,
kbn-vis .vis-container {
overflow: hidden;
}
/* Custom md-switch styles */
.wz-md-switch {
margin: 0px !important;
}
/* Card and select input shadow overriding */
.wz-md-card {
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1) !important;
border: 1px solid #D9D9D9 !important;
overflow: hidden;
}
.wz-select-input {
border-radius: 0;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1) !important;
border: 1px solid #D9D9D9;
}
/* Class for responsive images */
.wz-responsive-img {
width: 100%;
height: auto;
}
/* Class for define Wazuh logo width */
.wz-logo-container {
width: 150px;
max-width: 150px;
}
/* Unclassified but important Wazuh app component styles */
.cursor-pointer {
cursor: pointer !important;
}
.wz-agent-status-indicator {
width: 100%;
padding: 4px;
color: white;
font-weight: normal;
font-size: 12px;
text-transform: uppercase;
}
.wz-search-bar-size {
padding: 5px;
height: 35px;
margin-top: 0px !important;
margin-right: 0px !important;
}