From a6e798d147ed5f8c653def9fa4bcb1e50f7687c8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 11:50:18 +0100 Subject: Adds my custom.scss file and new boostrap compiled files --- pyblackbird_cc/static/scss/custom.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pyblackbird_cc/static/scss/custom.scss (limited to 'pyblackbird_cc/static/scss/custom.scss') diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss new file mode 100644 index 0000000..49c080c --- /dev/null +++ b/pyblackbird_cc/static/scss/custom.scss @@ -0,0 +1,23 @@ +// Custom.scss +// Option B: Include parts of Bootstrap + +// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc) +@import "../../../bootstrap/scss/functions"; + +// 2. Include any default variable overrides here +$primary: #51635EFF; + +// 3. Include remainder of required Bootstrap stylesheets +@import "../../../bootstrap/scss/variables"; +@import "../../../bootstrap/scss/mixins"; + +// 4. Include any optional Bootstrap components as you like +@import "../../../bootstrap/scss/root"; +@import "../../../bootstrap/scss/reboot"; +@import "../../../bootstrap/scss/type"; +@import "../../../bootstrap/scss/images"; +@import "../../../bootstrap/scss/containers"; +@import "../../../bootstrap/scss/grid"; +@import "../../../bootstrap/scss/buttons"; + +// 5. Add additional custom code here -- cgit v1.2.3