@spalger/kibana
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
44 lines (36 loc) • 694 B
text/less
@import (reference) "~ui/styles/variables";
.application {
background-color: @gray-lighter;
}
.app-links {
width: 700px;
margin: 25px auto;
text-align: justify;
.app-link {
display: inline-block;
vertical-align: top;
text-align: left;
background: white;
width: 200px;
margin: 0 30px 30px 0;
.app-icon {
display: block;
height: 200px;
background-size: cover;
background-position: center;
}
.app-info {
display: block;
padding: 15px;
}
.app-title {
margin: 0 0 10px;
color: @text-color;
}
.app-description {
font-size: 1em;
color: @gray;
margin: 0;
}
}
}