mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -06:00
13 lines
201 B
SCSS
13 lines
201 B
SCSS
.grafana-version-info {
|
|
position: absolute;
|
|
bottom: 2px;
|
|
left: 3px;
|
|
font-size: 80%;
|
|
color: darken($gray-1, 25%);
|
|
a { color: darken($gray-1, 25%); }
|
|
}
|
|
|
|
.footer {
|
|
padding: 5rem 0 1rem 0;
|
|
}
|