From 5b480258322682fdc4fa987770df9e719315f167 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 16:39:00 +0200 Subject: editing graph meta works --- frontend/views/index/index.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'frontend/views/index/index.css') diff --git a/frontend/views/index/index.css b/frontend/views/index/index.css index 48c5abc..028f6c2 100644 --- a/frontend/views/index/index.css +++ b/frontend/views/index/index.css @@ -1,18 +1,38 @@ * { } - +.index { + width: 100%; + height: 100%; + background: linear-gradient( + -45deg, + rgba(0, 0, 64, 0.5), + rgba(128, 0, 64, 0.5) + ); + padding: 1rem; +} .index > div { - margin: 1rem; + display: inline-block; padding: 1rem; max-height: calc(100% - 2rem); overflow: scroll; background: rgba(64,12,64,0.9); + box-shadow: 3px 3px 6px rgba(0,0,0,0.4), + inset 0 0 60px rgba(128,255,255,0.1); } .graphIndex { + min-width: 20rem; display: flex; flex-direction: column; } .graphIndex > * { margin-bottom: 0.5rem; +} +.graphIndex > div { + display: flex; + flex-direction: row; + justify-content: space-between +} +.graphIndex > div > a:first-child { + color: #fff; } \ No newline at end of file -- cgit v1.2.3-70-g09d2