File tree Expand file tree Collapse file tree 5 files changed +34
-22
lines changed Expand file tree Collapse file tree 5 files changed +34
-22
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="top-bar ">
2
+ < a href ="https://supportukrainenow.org/ "> STOP RUSSIA'S INVASION OF UKRAINE 🇺🇦</ a >
3
+ </ div >
1
4
< header >
2
5
< button
3
6
class ="icon-wrapper "
74
77
</ li >
75
78
</ ul >
76
79
</ div >
77
- <!--<div class="workshop-wrapper">
78
- <img src="/assets/ng-camp-small.svg" alt="AngularCamp, Barcelona" />
79
- <div class="workshop-info">
80
- <h3 class="long-title">
81
- <span>NestJS</span> at 2018 JSCamp Conference, Barcelona</h3>
82
- <h3 class="short-title">
83
- <span>NestJS</span> 2018 JSCamp</h3>
84
- <a href="https://angularcamp.tech/workshops/scalable-nodejs-with-nest/" target="_blank">LEARN MORE</a>
85
- </div>
86
- </div>-->
87
80
</ header >
Original file line number Diff line number Diff line change 2
2
@import ' ../../../scss/utils.scss' ;
3
3
4
4
:host {
5
- background : $black-color ;
6
- display : block ;
7
- width : 100% ;
8
- height : 70px ;
9
5
position : fixed ;
10
6
z-index : 10000 ;
7
+ width : 100% ;
8
+ height : 105px ;
11
9
12
10
@media print {
13
11
position : relative ;
14
12
}
15
13
}
16
14
15
+ .top-bar {
16
+ background : #0a0a0a ;
17
+ text-align : center ;
18
+ height : 35px ;
19
+ padding : 4px ;
20
+ letter-spacing : 0.2px ;
21
+ box-sizing : border-box ;
22
+
23
+ span {
24
+ margin : 0 ;
25
+ }
26
+
27
+ a {
28
+ color : #fff ;
29
+ font-weight : 600 ;
30
+ font-size : 18px ;
31
+ }
32
+ }
33
+
17
34
header {
18
- height : 100% ;
19
- width : 100% ;
20
35
display : block ;
21
36
position : relative ;
37
+ background : $black-color ;
38
+ width : 100% ;
39
+ height : 70px ;
40
+ z-index : 10000 ;
22
41
}
23
42
24
43
.icon-wrapper {
Original file line number Diff line number Diff line change 22
22
// @include transform(translateX(250px));
23
23
margin-left : 250px ;
24
24
width : calc (100% - 250px );
25
- padding : 85 px 85px 0 ;
25
+ padding : 120 px 85px 0 ;
26
26
display : inline-block ;
27
27
vertical-align : top ;
28
28
position : relative ;
38
38
// @include transform(translateX(250px));
39
39
margin-left : 250px ;
40
40
width : calc (100% - 250px );
41
- padding : 85 px 50px 0 ;
41
+ padding : 120 px 50px 0 ;
42
42
& .wide {
43
43
width : 100% ;
44
44
}
47
47
// @include transform(translateX(0));
48
48
margin-left : 0 ;
49
49
width : 100% ;
50
- padding : 85 px 20px 0 ;
50
+ padding : 120 px 20px 0 ;
51
51
}
52
52
53
53
@media print {
Original file line number Diff line number Diff line change 5
5
@extend .transition ;
6
6
@extend .box-sizing ;
7
7
@include transform (translateX (-100% ));
8
- padding : 90 px 17px 40px 24px ;
8
+ padding : 125 px 17px 40px 24px ;
9
9
width : 250px ;
10
10
background : #f5f5f5 ;
11
11
position : fixed !important ;
27
27
}
28
28
}
29
29
@include media (medium ) {
30
- padding : 85 px 25px 20px 25px ;
30
+ padding : 120 px 25px 20px 25px ;
31
31
}
32
32
@include media (small ) {
33
33
width : 100% ;
Original file line number Diff line number Diff line change 6
6
padding-left : 45px ;
7
7
box-sizing : border-box ;
8
8
position : fixed ;
9
- top : 90 px ;
9
+ top : 125 px ;
10
10
right : 20px ;
11
11
max-height : 350px ;
12
12
max-height : calc (100vh - 350px );
You can’t perform that action at this time.
0 commit comments