15 lines
207 B
SCSS
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;
|
|
}
|
|
}
|