open-nomad/ui/app/styles/components/simple-list.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
207 B
SCSS
Raw Normal View History

/**
* 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;
}
}