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

30 lines
497 B
Plaintext
Raw Normal View History

2016-07-22 02:40:55 +00:00
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
2016-07-18 14:54:06 +00:00
/* MATERIAL */
.vertical-repeater {
2016-07-22 02:40:55 +00:00
height: 100%;
2016-07-18 14:54:06 +00:00
width: 100%;
}
2016-07-19 10:38:29 +00:00
.status {
width: 3%;
}
2016-07-18 14:54:06 +00:00
.status.green{
2016-07-22 02:40:55 +00:00
background-color: rgb(49, 196, 113);
2016-07-18 14:54:06 +00:00
}
.status.red{
2016-07-22 02:40:55 +00:00
background-color: red;
2016-07-19 10:38:29 +00:00
}
.sideNavBox {
margin-bottom: 0px;
2016-07-22 02:40:55 +00:00
}
.application.ng-scope {
height: 100%;
}
#header_logo > a {
padding-top: 0;
}