aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-16 23:22:40 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-16 23:22:40 -0400
commit501e4acc3eaf619609311778ec5b9305f40384d7 (patch)
tree8352dae0a60ff640289ff1ee03cd3f4334aaac53 /src/client/views/_global_variables.scss
parent4d2fe1ce791a3b9e64c52b7dce9c1af28c2523c0 (diff)
parentf505dfa8234de4ea94304b104e801f72ea30ff39 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into kvp
Diffstat (limited to 'src/client/views/_global_variables.scss')
-rw-r--r--src/client/views/_global_variables.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss
new file mode 100644
index 000000000..44a819b79
--- /dev/null
+++ b/src/client/views/_global_variables.scss
@@ -0,0 +1,17 @@
+@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Crimson+Text:400,400i,700");
+// colors
+$light-color: #fcfbf7;
+$light-color-secondary: rgb(241, 239, 235);
+$main-accent: #61aaa3;
+// $alt-accent: #cdd5ec;
+// $alt-accent: #cdeceb;
+$alt-accent: #59dff7;
+$lighter-alt-accent: rgb(207, 220, 240);
+$intermediate-color: #9c9396;
+$dark-color: #121721;
+// fonts
+$sans-serif: "Noto Sans", sans-serif;
+// $sans-serif: "Roboto Slab", sans-serif;
+$serif: "Crimson Text", serif;
+// misc values
+$border-radius: 0.3em;