mirror of
https://github.com/gilles6/properties-filename.git
synced 2026-07-22 06:49:55 +00:00
13 lines
252 B
CSS
13 lines
252 B
CSS
.pf-rule {
|
|
border: 1px solid var(--background-modifier-border);
|
|
border-radius: 6px;
|
|
padding: 0.75em;
|
|
margin-bottom: 0.75em;
|
|
}
|
|
|
|
.pf-rules-help {
|
|
color: var(--text-muted);
|
|
font-size: var(--font-ui-small);
|
|
margin-top: 0.5em;
|
|
margin-bottom: 1em;
|
|
}
|