summaryrefslogtreecommitdiff
path: root/sass/theme
diff options
context:
space:
mode:
authorMax2017-05-18 14:03:27 +0200
committerMax2017-05-18 14:03:27 +0200
commitf597e2fe949a1e18eb778b9a5bd102de88570555 (patch)
tree7e42e6f91dd3e764cd2cf0c4f61f48501c2ed98f /sass/theme
downloaddocs.maxmail.xyz-master.tar.gz
Initial commit.HEADmaster
Diffstat (limited to 'sass/theme')
-rw-r--r--sass/theme/_theme.scss1
-rw-r--r--sass/theme/_theme_variables.scss13
2 files changed, 14 insertions, 0 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss
new file mode 100644
index 0000000..ff388be
--- /dev/null
+++ b/sass/theme/_theme.scss
@@ -0,0 +1 @@
+// This is an empty scss file for your custom styles - Please add your super duper awesome mega design styles here
diff --git a/sass/theme/_theme_variables.scss b/sass/theme/_theme_variables.scss
new file mode 100644
index 0000000..a2cafaf
--- /dev/null
+++ b/sass/theme/_theme_variables.scss
@@ -0,0 +1,13 @@
+// Use this file to overwrite the basic Bootstrap variables and add your own variables
+// To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder.
+// Just copy a variable from /sass/bootstrap/_variables.scss, paste it here and edit the value.
+// As example you find one of the most important Bootstrap variable below: $brand-primary.
+// Thats the ugly Bootstrap blue used for all the links, primary buttons etc.
+// Just add your color code here, compile the theme.scss file to change this color everywhere
+
+$brand-primary: #0CB4CE; //#ff6d5a
+
+// Basics of a navbar
+$navbar-height: 60px;
+$navbar-margin-bottom: 0px;
+$navbar-border-radius: 0px;