2016-05-20 15:58:14 -04:00
|
|
|
footer {
|
|
|
|
|
font-size: 75%;
|
2016-05-20 16:44:19 -04:00
|
|
|
width: 98%; /* was causing horiz scrollbars - need to examine */
|
2016-05-20 15:58:14 -04:00
|
|
|
a {
|
|
|
|
|
color: $gray-1;
|
|
|
|
|
}
|
2016-05-20 16:44:19 -04:00
|
|
|
ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
li { display: inline-block;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
&:after {
|
|
|
|
|
content: ' | ';
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
color: $gray-1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
li:last-child {
|
|
|
|
|
&:after {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
content: '';
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-05-20 15:58:14 -04:00
|
|
|
}
|
|
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
.grafana-version-info {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 2px;
|
|
|
|
|
left: 3px;
|
2016-02-19 12:26:39 +01:00
|
|
|
color: darken($gray-1, 25%);
|
|
|
|
|
a { color: darken($gray-1, 25%); }
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
2016-05-03 09:00:58 +02:00
|
|
|
.footer {
|
|
|
|
|
padding: 5rem 0 1rem 0;
|
|
|
|
|
}
|