moved outline/border styles to property

This commit is contained in:
2026-02-25 17:52:13 +01:00
parent debf014615
commit 76bfd344e4
9 changed files with 12 additions and 11 deletions

View File

@@ -85,7 +85,7 @@
height: 100%;
padding-left: 16px;
padding-right: 16px;
border-style: dashed;
border-style: var(--border-style);
justify-content: center;
border-color: transparent;
border-width: var(--border-dash-size);