aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/styles')
-rw-r--r--frontend/src/styles/font.css6
-rw-r--r--frontend/src/styles/helper.css2
-rw-r--r--frontend/src/styles/layout.css13
3 files changed, 9 insertions, 12 deletions
diff --git a/frontend/src/styles/font.css b/frontend/src/styles/font.css
new file mode 100644
index 00000000..a4d876f5
--- /dev/null
+++ b/frontend/src/styles/font.css
@@ -0,0 +1,6 @@
+/*p,
+a {
+ font-family: Helvetica, sans-serif;
+ letter-spacing: 2px;
+ font-weight: 100;
+}*/ \ No newline at end of file
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css
index d4772134..1c172058 100644
--- a/frontend/src/styles/helper.css
+++ b/frontend/src/styles/helper.css
@@ -121,7 +121,7 @@
.chart-wrapper {
width: 150px;
height: 150px;
- margin: auto;
+ padding-left: 2px;
}
.close-button {
diff --git a/frontend/src/styles/layout.css b/frontend/src/styles/layout.css
index c0af31c3..07c0bf34 100644
--- a/frontend/src/styles/layout.css
+++ b/frontend/src/styles/layout.css
@@ -49,7 +49,7 @@ body {
}
}
-*/
+
/*.break-1,
.break-2 {
height: 1px;
@@ -66,13 +66,4 @@ body {
.break-2 {
display: none;
}
-}*/
-
-.center-center {
- text-align: center;
- margin-right: 10px;
- padding-right: 10px;
- padding-bottom: 15px;
- font-size: 20px;
- font-weight: 600;
-} \ No newline at end of file
+}*/ \ No newline at end of file