mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-07 13:54:42 +02:00
7 lines
164 B
CSS
7 lines
164 B
CSS
.autoform__list_field {
|
|
margin-bottom: 1rem;
|
|
margin-top: 1rem;
|
|
padding: 10px;
|
|
border: 1px solid var(--frontmatter-list-border, rgba(255, 255, 255, 0.2));
|
|
}
|