mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 07:17:08 -06:00
15 lines
155 B
SCSS
15 lines
155 B
SCSS
|
|
.ui-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
|
|
> li {
|
|
margin-bottom: 0.3125rem;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|