1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#header { |
|
2 |
+ .header--content { |
|
3 |
+ &.fixed { |
|
4 |
+ position: absolute; |
|
5 |
+ width: 100%; |
|
6 |
+ z-index: 11; |
|
7 |
+ } |
|
8 |
+ |
|
9 |
+ figure { |
|
10 |
+ margin-bottom: 0px; |
|
11 |
+ } |
|
12 |
+ |
|
13 |
+ .header-icons { |
|
14 |
+ span { |
|
15 |
+ color: var(--bs-primary); |
|
16 |
+ } |
|
17 |
+ } |
|
18 |
+ } |
|
19 |
+} |