mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
75e3d3e59a
* replaced rem with pixels or variables * replaced rems with pixels or variables * repalced rems with pixels and variables
14 lines
154 B
SCSS
14 lines
154 B
SCSS
.ui-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
|
|
> li {
|
|
margin-bottom: $space-xs;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|