diff --git a/falcon/_dev/css/theme/custom/_custom.scss b/falcon/_dev/css/theme/custom/_custom.scss index a660a38..fea6de0 100644 --- a/falcon/_dev/css/theme/custom/_custom.scss +++ b/falcon/_dev/css/theme/custom/_custom.scss @@ -1,11 +1,18 @@ -// NOTE: All bootstrap overrides have been configured under themes/falcon/_dev/css/abstracts/variables/bootstrap +/* +This is the main custom SCSS file for the Falcon theme. + +I am loosely following the 7 in 1 structure for better organization of the styles. Learn more here: +https://medium.com/@diyorbekjuraev77/be-a-master-at-creating-the-7-1-sass-pattern-776fdfb5a3b1 + +⚠️NOTE: All bootstrap overrides have been configured under themes/falcon/_dev/css/abstracts/variables/bootstrap +*/ //Abstracts: Things used throughout the site such as utility classes and generic overrides. +@import "abstracts/utilities"; //@import "abstracts/base"; //@import "abstracts/utilities"; // Components: parts of the theme itself that are not associated with a module. -//@import "components/"; @import "components/forms"; // Modules: Styling for specific modules. diff --git a/falcon/_dev/css/theme/custom/abstracts/_utilities.scss b/falcon/_dev/css/theme/custom/abstracts/_utilities.scss new file mode 100644 index 0000000..73b6d30 --- /dev/null +++ b/falcon/_dev/css/theme/custom/abstracts/_utilities.scss @@ -0,0 +1,3 @@ +// Header selector for interpolation +// Example usage: #{$headings} { ... } +$headings: "h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6"; diff --git a/falcon/_dev/img/checkmark.svg b/falcon/_dev/img/checkmark.svg new file mode 100644 index 0000000..87168de --- /dev/null +++ b/falcon/_dev/img/checkmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl b/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl index 4cda15b..d51da7d 100644 --- a/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl +++ b/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl @@ -9,7 +9,12 @@ name="s" value="{$search_string}"> diff --git a/falcon/templates/_partials/header.tpl b/falcon/templates/_partials/header.tpl index 24a382c..83681c0 100644 --- a/falcon/templates/_partials/header.tpl +++ b/falcon/templates/_partials/header.tpl @@ -37,7 +37,6 @@
-