aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/colors.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-13 12:29:40 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-10-13 12:29:40 +0200
commit58cda9cc7fb79ca9df6746de7f9662bc08dc156a (patch)
tree1211600c2a5d3b5f81c435c6896618111a611720 /src/styles/colors.scss
downloadferdium-app-58cda9cc7fb79ca9df6746de7f9662bc08dc156a.tar.gz
ferdium-app-58cda9cc7fb79ca9df6746de7f9662bc08dc156a.tar.zst
ferdium-app-58cda9cc7fb79ca9df6746de7f9662bc08dc156a.zip
initial commit
Diffstat (limited to 'src/styles/colors.scss')
-rw-r--r--src/styles/colors.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/styles/colors.scss b/src/styles/colors.scss
new file mode 100644
index 000000000..5d8302c28
--- /dev/null
+++ b/src/styles/colors.scss
@@ -0,0 +1,22 @@
1$theme-brand-primary: #3498db;
2$theme-brand-success: #5cb85c;
3$theme-brand-info: #5bc0de;
4$theme-brand-warning: #FF9F00;
5$theme-brand-danger: #d9534f;
6
7$theme-gray-dark: #373a3c;
8$theme-gray: #55595c;
9$theme-gray-light: #818a91;
10$theme-gray-lighter: #eceeef;
11$theme-gray-lightest: #f7f7f9;
12
13$theme-border-radius: 6px;
14$theme-border-radius-small: 3px;
15
16$theme-sidebar-width: 68px;
17
18$theme-text-color: $theme-gray-dark;
19
20$theme-transition-time: 0.5s;
21
22$theme-inset-shadow: inset 0 2px 5px rgba(0,0,0,0.03);