aboutsummaryrefslogtreecommitdiffstats
path: root/app/core/header/layouts/content-with-header/header.less
diff options
context:
space:
mode:
Diffstat (limited to 'app/core/header/layouts/content-with-header/header.less')
-rw-r--r--app/core/header/layouts/content-with-header/header.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/core/header/layouts/content-with-header/header.less b/app/core/header/layouts/content-with-header/header.less
new file mode 100644
index 0000000..94445d6
--- /dev/null
+++ b/app/core/header/layouts/content-with-header/header.less
@@ -0,0 +1,5 @@
+#header {
+ .header {
+ background-color: yellow;
+ }
+}