mirror of
https://github.com/grafana/grafana.git
synced 2025-01-23 15:03:41 -06:00
9 lines
135 B
SCSS
9 lines
135 B
SCSS
|
|
.panel-text-content {
|
|
ul {
|
|
margin: 0 0 $spacer $spacer * 1.5;
|
|
}
|
|
li {line-height: 2;}
|
|
a { color: $external-link-color; }
|
|
}
|