aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_header.scss')
-rw-r--r--src/scss/components/_header.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/scss/components/_header.scss b/src/scss/components/_header.scss
new file mode 100644
index 0000000..0bf8635
--- /dev/null
+++ b/src/scss/components/_header.scss
@@ -0,0 +1,7 @@
1.c-header{
2 top:0px;
3 position: sticky;
4 width: 100%;
5 background-color: $color-primary;
6 color: $color-contrary;
7}