mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
resize and color of links
This commit is contained in:
parent
de26a17dc7
commit
c727c3c441
@ -3,7 +3,7 @@ init_cmds = [
|
||||
["go", "build", "-o", "./bin/grafana-server", "./pkg/cmd/grafana-server"],
|
||||
["./bin/grafana-server"]
|
||||
]
|
||||
watch_all = true
|
||||
watch_all = false
|
||||
watch_dirs = [
|
||||
"$WORKDIR/pkg",
|
||||
"$WORKDIR/public/views",
|
||||
|
@ -1,8 +1,14 @@
|
||||
footer {
|
||||
font-size: 75%;
|
||||
a {
|
||||
color: $gray-1;
|
||||
}
|
||||
}
|
||||
|
||||
.grafana-version-info {
|
||||
position: absolute;
|
||||
bottom: 2px;
|
||||
left: 3px;
|
||||
font-size: 80%;
|
||||
color: darken($gray-1, 25%);
|
||||
a { color: darken($gray-1, 25%); }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user