summaryrefslogtreecommitdiff
path: root/resources/assets/themes/theme2.less
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-09-10 17:22:05 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-09-10 18:22:48 +0200
commitc1a1180d1f43a430b38450cb0b64bcd74487b4ae (patch)
treed2e532f8f7f3233517dd1ad8de5cb1b7e1ccc5ad /resources/assets/themes/theme2.less
parent4bf3a68f43e4fcea34fe0a16cb3e1eecb97d332a (diff)
Moved frontend, templates and lang to resources
Diffstat (limited to 'resources/assets/themes/theme2.less')
-rw-r--r--resources/assets/themes/theme2.less27
1 files changed, 27 insertions, 0 deletions
diff --git a/resources/assets/themes/theme2.less b/resources/assets/themes/theme2.less
new file mode 100644
index 00000000..a72576db
--- /dev/null
+++ b/resources/assets/themes/theme2.less
@@ -0,0 +1,27 @@
+@import "../../../node_modules/bootstrap/less/variables";
+
+@brand-primary: #758499;
+@brand-success: #7b9c41;
+@brand-info: #9c7357;
+@brand-warning: #e3a14d;
+@brand-danger: #7f528b;
+
+@link-color: #58585a;
+
+@state-success-text: #638232;
+@state-success-bg: lighten(@brand-success,50%);
+@state-success-border: @brand-success;
+
+@state-info-text: #826045;
+@state-info-bg: lighten(@brand-info,50%);
+@state-info-border: @brand-info;
+
+@state-warning-text: #bc8640;
+@state-warning-bg: lighten(@brand-warning,50%);
+@state-warning-border: @brand-warning;
+
+@state-danger-text: #694374;
+@state-danger-bg: lighten(@brand-danger,50%);
+@state-danger-border: @brand-danger;
+
+@import "base.less";