aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-04-27 20:58:31 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-04-27 20:58:31 +0200
commite8b2adf435bdf49e509659a01f7d48c7c26c9b60 (patch)
treeaf2ba5f13d0605d5991514af567c2d4742e52fc6 /frontend/src/styles
parentd28576bff04b0f5ea9a58037ffee7c4157aa2c61 (diff)
parent0907f23080e16af1813e9e445f26a44ed1dc7a5b (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
# Conflicts: # frontend/src/app/_elements/column-table/column-table.component.css
Diffstat (limited to 'frontend/src/styles')
-rw-r--r--frontend/src/styles/helper.css6
-rw-r--r--frontend/src/styles/theme.css3
2 files changed, 7 insertions, 2 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css
index fa362803..ef875069 100644
--- a/frontend/src/styles/helper.css
+++ b/frontend/src/styles/helper.css
@@ -122,4 +122,10 @@
.bg-blur {
backdrop-filter: blur(2px);
+}
+
+.chart-wrapper {
+ width: 150px;
+ height: 150px;
+ margin: auto;
} \ No newline at end of file
diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css
index f9ea219f..17a433c6 100644
--- a/frontend/src/styles/theme.css
+++ b/frontend/src/styles/theme.css
@@ -8,8 +8,7 @@
--ns-bg-dark-100: rgba(0, 65, 101, 1.0);
--ns-bg-dark-50: rgba(0, 65, 101, 0.5);
--offwhite: #dfd7d7;
- --ns-warn:#f9b7b7;
-
+ --ns-warn: #f9b7b7;
}
body {