diff options
Diffstat (limited to 'resources/css/town.css')
-rw-r--r-- | resources/css/town.css | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/resources/css/town.css b/resources/css/town.css index b8be144..832c3d8 100644 --- a/resources/css/town.css +++ b/resources/css/town.css @@ -1,11 +1,25 @@ #scene__town {} -#scene__town svg { - width: 100%; - height: 100%; - display: block; + + + +.healing-center { + padding: 1rem; +} + + + + +.shop { + padding: 1rem; + + display: grid; + grid-gap: 1rem; } -svg [data-location] { +.shop__item { + display: flex; + justify-content: space-between; + align-items: center; cursor: pointer; } |