summaryrefslogtreecommitdiff
path: root/chromium/v8/tools/heap-layout/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/tools/heap-layout/index.css')
-rw-r--r--chromium/v8/tools/heap-layout/index.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/chromium/v8/tools/heap-layout/index.css b/chromium/v8/tools/heap-layout/index.css
new file mode 100644
index 00000000000..53fcf97defc
--- /dev/null
+++ b/chromium/v8/tools/heap-layout/index.css
@@ -0,0 +1,24 @@
+:root {
+ --surface-color: #ffffff;
+ --primary-color: #bb86fc;
+ --on-primary-color: #000000;
+ --error-color: #cf6679;
+ --file-reader-background-color: #ffffff80;
+ --file-reader-border-color: #000000;
+}
+
+body {
+ font-family: "Roboto", sans-serif;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+.button-container {
+ text-align: center;
+ display: none;
+}
+
+button {
+ height: 50px;
+ width: 100px;
+}