mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
/* MATERIAL */
|
|
.vertical-repeater {
|
|
height: 100%;
|
|
min-height: 400px;
|
|
width: 100%;
|
|
}
|
|
.status {
|
|
width: 3%;
|
|
}
|
|
.status.green{
|
|
background-color: rgb(49, 196, 113);
|
|
}
|
|
.status.red{
|
|
background-color: red;
|
|
}
|
|
.status.orange {
|
|
background-color: orange;
|
|
}
|
|
.status.grey {
|
|
background-color: grey;
|
|
}
|
|
.status.round{
|
|
border-radius: 50%;
|
|
height: 15px;
|
|
width: 15px;
|
|
}
|
|
.status.rectangle{
|
|
width: 8px;
|
|
height: 20px;
|
|
float: right;
|
|
}
|
|
.sideNavBox {
|
|
margin-bottom: 0px;
|
|
}
|
|
.right-text {
|
|
text-align: right;
|
|
}
|
|
|
|
#header_logo > a {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.glyphicon-chevron-right{
|
|
|
|
background-color: #3caed2;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-rigt: 50px;
|
|
padding-right: 13px;
|
|
padding-left: 13px;
|
|
color: white;
|
|
}
|
|
|
|
.glyphicon-chevron-left{
|
|
|
|
background-color: #3caed2;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-rigt: 50px;
|
|
padding-right: 13px;
|
|
padding-left: 13px;
|
|
color: white;
|
|
}
|
|
.md-button.active {
|
|
background-color: rgba(158,158,158,0.2);
|
|
}
|
|
md-list-item.active._md-button-wrap.ng-scope._md.md-clickable{
|
|
background-color: rgba(158,158,158,0.2);
|
|
} |