open-nomad/ui/app/styles/components/simple-list.scss
2023-04-10 15:36:59 +00:00

15 lines
207 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.simple-list {
list-style: disc;
list-style-position: inside;
margin-left: 1.5rem;
li {
margin-bottom: 0.5em;
}
}