mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
10 lines
159 B
SCSS
10 lines
159 B
SCSS
.grafana-version-info {
|
|
position: absolute;
|
|
bottom: 2px;
|
|
left: 3px;
|
|
font-size: 80%;
|
|
color: darken($gray, 25%);
|
|
a { color: darken($gray, 25%); }
|
|
}
|
|
|