mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
105 lines
1.6 KiB
Plaintext
105 lines
1.6 KiB
Plaintext
.wz-table-no-padding {
|
|
padding: 0px;
|
|
}
|
|
|
|
.wz-padding-left-15 {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.wz-table-padding-top-10 {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.wz-table-size {
|
|
min-height: 34px;
|
|
height: auto;
|
|
align-items: center;
|
|
}
|
|
|
|
.wz-word-wrap {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.wz-table-color-link {
|
|
color:#0079a5 !important;
|
|
}
|
|
|
|
.wz-table-font {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.wz-table-common {
|
|
padding-left: 15px;
|
|
min-height: 34px;
|
|
height: auto;
|
|
align-items: center;
|
|
padding-top: 0px;
|
|
word-wrap: break-word;
|
|
box-shadow: 0 1px 0px 2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.wz-table-common:hover {
|
|
background-color: rgb(0,121,165);
|
|
color: white;
|
|
}
|
|
|
|
.wz-table-scroll {
|
|
overflow: auto;
|
|
height: 400px;
|
|
}
|
|
|
|
.wz-table-even {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.wz-table-odd {
|
|
background-color: white;
|
|
}
|
|
|
|
.wz-table-cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.wz-table-active {
|
|
background-color: rgb(0,121,165);
|
|
color: white;
|
|
}
|
|
|
|
.wz-table-ruleset-card-info {
|
|
background-color: rgb(0,121,165);
|
|
height: 100%;
|
|
padding: 0px;
|
|
}
|
|
|
|
.wz-padding-right-14 {
|
|
padding-right: 14px !important;
|
|
}
|
|
|
|
.wz-padding-bottom-14 {
|
|
padding-bottom: 14px !important;
|
|
}
|
|
|
|
.wz-cursor-default {
|
|
cursor: default !important;
|
|
}
|
|
|
|
.no-lateral-padding .md-padding {
|
|
padding-left: 0px !important;
|
|
padding-right: 0px !important;
|
|
}
|
|
|
|
.wz-table-height-fixed {
|
|
height: 220px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
// Style for text who applies filters when hovering
|
|
.wz-table-hover:hover {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.wz-table-card-active {
|
|
background-color: rgb(0,121,165) !important;
|
|
color: white !important;
|
|
}
|