mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -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%); }
|
||
|
}
|
||
|
|