started map: drawing concernement with entities and contours

This commit is contained in:
2023-02-22 13:40:44 +01:00
parent a8883be9b7
commit e1978d8e58
16 changed files with 1867 additions and 764 deletions

7
src/assets/common.scss Normal file
View File

@@ -0,0 +1,7 @@
$pad_btn: 0.5em;
@mixin btn() {
padding: $pad_btn;
border-radius: 5px;
background-color: $btns_back;
cursor: pointer;
}