File tree Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Original file line number Diff line number Diff line change 37
37
--legacy-100 : # fd7d01 ;
38
38
--turq-180 : # 0d664e ;
39
39
--screen-max : 1376px ;
40
- --header-height : 80 px ;
41
- --footer-height : 51 px ;
40
+ --header-height : 60 px ;
41
+ --footer-height : 48 px ;
42
42
}
43
43
44
44
* {
@@ -108,6 +108,10 @@ body {
108
108
width : 24px ;
109
109
}
110
110
111
+ .webHeader__avatar {
112
+ display : none;
113
+ }
114
+
111
115
.webHeader__avatar a {
112
116
font-family : 'Barlow Condensed' , sans-serif;
113
117
font-style : normal;
@@ -135,12 +139,11 @@ body {
135
139
}
136
140
137
141
.mainTabs {
138
- position : fixed;
139
142
width : 100% ;
140
- top : var (--header-height );
141
143
background-color : var (--black-10 );
144
+ position : fixed;
145
+ top : var (--header-height );
142
146
z-index : 999 ;
143
-
144
147
font-family : Barlow, sans-serif;
145
148
text-transform : uppercase;
146
149
font-weight : 600 ;
@@ -179,12 +182,13 @@ body {
179
182
180
183
.content {
181
184
margin : 0 ;
182
- padding-top : 136px ;
183
185
padding-bottom : 90px ;
186
+ padding-top : 116px ;
187
+ min-height : 100vh ;
184
188
}
185
189
186
190
.content--projectDetails {
187
- padding-bottom : 132 px ;
191
+ padding-bottom : 144 px ;
188
192
}
189
193
190
194
.content--manageProject {
@@ -2596,3 +2600,17 @@ td.resourcesTable__empty {
2596
2600
width : 75% ;
2597
2601
align-items : center;
2598
2602
}
2603
+
2604
+ # headerNav {
2605
+ position : fixed;
2606
+ width : 100% ;
2607
+ z-index : 999 ;
2608
+ top : 0 ;
2609
+ }
2610
+
2611
+ # footerNav {
2612
+ position : fixed;
2613
+ width : 100% ;
2614
+ z-index : 999 ;
2615
+ bottom : 0 ;
2616
+ }
You can’t perform that action at this time.
0 commit comments