♻️ Add border to UI elements

This commit is contained in:
Eva 2024-02-02 09:14:38 +01:00 committed by Andrey Antukh
parent 4c683bb10c
commit 1df4118523
18 changed files with 9 additions and 13 deletions

View file

@ -32,6 +32,7 @@
margin: $s-0;
padding: $s-4;
border-radius: $br-8;
border: $s-2 solid var(--panel-border-color);
background-color: var(--menu-background-color);
overflow: auto;
& .separator {