File tree Expand file tree Collapse file tree 2 files changed +13
-31
lines changed Expand file tree Collapse file tree 2 files changed +13
-31
lines changed Original file line number Diff line number Diff line change 205
205
}
206
206
}
207
207
208
- document . querySelectorAll ( '.content-top, .content-bottom' ) . forEach ( el => {
208
+ document . querySelectorAll ( '.content-top, .content-bars- bottom' ) . forEach ( el => {
209
209
// Clear styles added by other overrides
210
210
document . querySelectorAll ( 'span.o-gurbani, span.o-translation' ) . forEach ( spanEl => {
211
211
spanEl . style . backgroundColor = 'transparent' ;
305
305
< div > < span class ="gurmukhi o-gurbani "> </ span > </ div >
306
306
< div > < span class ="o-translation "> </ span > </ div >
307
307
</ div >
308
+ < div class ="logo-wrapper " >
309
+ < img alt ="SikhiToTheMax " src ="./sikhi-max-logo-white.png " class ="sttm-logo-white " />
310
+ </ div >
308
311
</ div >
309
312
< div class ="other-layouts ">
310
313
< div class ="content-top ">
321
324
</ div >
322
325
</ div >
323
326
< div class ="logo-wrapper ">
324
- < img alt ="SikhiToTheMax " src ="./sikhi-max-logo.png " class ="sttm-logo " />
325
327
< img alt ="SikhiToTheMax " src ="./sikhi-max-logo-white.png " class ="sttm-logo-white " />
326
328
</ div >
327
329
</ div >
Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ body {
89
89
}
90
90
91
91
.layout-top {
92
- .content-top {
93
- padding-top : 3vh ;
94
- }
95
-
96
92
.o-gurbani ,
97
93
.o-translation {
98
94
padding : 0.5% 3vw ;
@@ -109,16 +105,6 @@ body {
109
105
position : absolute ;
110
106
}
111
107
112
- .content-top {
113
- .content-bar {
114
- padding-top : 8px ;
115
- }
116
- }
117
-
118
- .content-bottom {
119
- padding-bottom : 3vh ;
120
- }
121
-
122
108
.o-gurbani ,
123
109
.o-translation {
124
110
padding : 0.5% 3vw ;
@@ -143,7 +129,6 @@ body {
143
129
width : auto ;
144
130
}
145
131
.logo-wrapper {
146
- border-radius : 2px ;
147
132
top : 2vh ;
148
133
}
149
134
@@ -185,14 +170,12 @@ body {
185
170
}
186
171
187
172
.logo-wrapper {
188
- background : transparent ;
189
173
display : block ;
190
174
height : 100px ;
191
175
position : relative ;
176
+ right : 0 ;
192
177
width : 100% ;
193
- .sttm-logo {
194
- display : none ;
195
- }
178
+
196
179
.sttm-logo-white {
197
180
display : block ;
198
181
margin : auto ;
@@ -244,11 +227,15 @@ body {
244
227
}
245
228
246
229
.logo-wrapper {
247
- border-radius : 0 ;
248
230
bottom : 0 ;
249
231
height : 100% ;
250
232
position : absolute ;
251
233
right : 0 ;
234
+
235
+ .sttm-logo-white {
236
+ display : block ;
237
+ margin : auto ;
238
+ }
252
239
}
253
240
}
254
241
@@ -354,23 +341,16 @@ body {
354
341
}
355
342
356
343
.logo-wrapper {
357
- align-items : center ;
358
- background : #fff ;
359
- border-radius : 5px ;
360
344
display : inline-flex ;
361
- justify-content : center ;
345
+ filter : drop-shadow ( 1 px 1 px rgba ( 0 , 0 , 0 , 1 )) ;
362
346
padding : 2vh 2vw ;
363
347
position : fixed ;
364
348
right : 2vh ;
365
349
366
- .sttm-logo ,
367
350
.sttm-logo-white {
351
+ display : block ;
368
352
width : 12vw ;
369
353
}
370
-
371
- .sttm-logo-white {
372
- display : none ;
373
- }
374
354
}
375
355
376
356
.logo-off {
You can’t perform that action at this time.
0 commit comments