summaryrefslogtreecommitdiff
path: root/frontend/views/index/index.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-26 14:56:02 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-26 14:56:02 +0200
commita17b76ac75f506f5da6fe8adf9c36632b60d4226 (patch)
treeabb0af0c4409b830dea2ef808c146223ee973933 /frontend/views/index/index.css
parent2231a6e1c05b07bb7ec5906716aedec93d02429c (diff)
refactor to use app-rooted js imports
Diffstat (limited to 'frontend/views/index/index.css')
-rw-r--r--frontend/views/index/index.css38
1 files changed, 0 insertions, 38 deletions
diff --git a/frontend/views/index/index.css b/frontend/views/index/index.css
deleted file mode 100644
index 028f6c2..0000000
--- a/frontend/views/index/index.css
+++ /dev/null
@@ -1,38 +0,0 @@
-* {
-
-}
-.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 {
- 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