From dd8e7f04aaea205d2a3809d0ca1e26eb0a511c5e Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sun, 23 Jun 2024 19:23:33 -0700
Subject: WIP: add building structure
---
public/radial.html | 140 +++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 125 insertions(+), 15 deletions(-)
(limited to 'public')
diff --git a/public/radial.html b/public/radial.html
index 2be7903..4d08f43 100644
--- a/public/radial.html
+++ b/public/radial.html
@@ -85,7 +85,8 @@
/* fill: green; */
}
- .elevation-1, .elevation-2 {
+ .elevation-1,
+ .elevation-2 {
display: inline;
}
@@ -141,8 +142,8 @@
display: inline;
}
- [data-view-elevation="1"] > .elevation-0,
- [data-view-elevation="1"] > .elevation-1 {
+ [data-view-elevation="1"]>.elevation-0,
+ [data-view-elevation="1"]>.elevation-1 {
display: inline;
}
@@ -220,7 +221,7 @@
display: none;
}
- input:checked + label {
+ input:checked+label {
border: 1px solid salmon;
border-radius: 3px;
background-color: #cdd9e9;
@@ -276,17 +277,126 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3