File tree Expand file tree Collapse file tree 1 file changed +42
-20
lines changed Expand file tree Collapse file tree 1 file changed +42
-20
lines changed Original file line number Diff line number Diff line change @@ -302,10 +302,18 @@ body {
302
302
# inputUsername ,
303
303
# inputEmail ,
304
304
# inputCollegeName ,
305
- # inputReferralCode {
305
+ # inputReferralCode ,
306
+ # inputUPI ,
307
+ # inputQRcode
308
+ {
306
309
color : white;
307
310
}
308
311
312
+ .qr-code {
313
+ margin : 0px 20px ;
314
+ width : 120px ;
315
+ }
316
+
309
317
# button_text {
310
318
font-size : 20px ;
311
319
font-weight : bolder;
@@ -328,6 +336,27 @@ body {
328
336
font-weight : bolder;
329
337
}
330
338
339
+ # right-side_form # event_info {
340
+ margin-top : 30px ;
341
+ padding : 10px ;
342
+ font-size : 18px ;
343
+ text-align : center;
344
+ color : white;
345
+ }
346
+
347
+ # right-side_form # event_info a {
348
+ text-decoration : none;
349
+ color : white;
350
+ }
351
+
352
+ # right-side_form # event_info # click_here {
353
+ font-size : 20px ;
354
+ }
355
+
356
+ # right-side_form # event_info a : hover {
357
+ color : # 00B4D8 ;
358
+ }
359
+
331
360
# container-1 ,
332
361
# container-2 {
333
362
padding-top : 30px ;
@@ -561,32 +590,16 @@ body {
561
590
# session-info-4 {
562
591
font-size : 25px ;
563
592
}
564
- /* #session-number-1{
565
- font-size: 25px;
566
- clear: both;
567
- display: inline-block;
568
- overflow: hidden;
569
- white-space: nowrap;
570
- padding: 0px 45px;
571
- margin-left: 65px;
572
- }
573
- #session-number-2{
574
- font-size: 25px;
575
- clear: both;
576
- display: inline-block;
577
- overflow: hidden;
578
- white-space: nowrap;
579
- padding: 0px 45px;
580
- margin-right: 95px;
581
- } */
582
-
583
593
# reload_img ,
584
594
# thunderbolt_img {
585
595
margin-left : -80% ;
586
596
}
587
597
# main-title {
588
598
margin-left : 0px ;
589
599
}
600
+ # QRcode {
601
+ text-align : center;
602
+ }
590
603
}
591
604
592
605
@media (max-width : 575px ) {
@@ -676,6 +689,9 @@ body {
676
689
.form p {
677
690
font-size : 22px ;
678
691
}
692
+ # QRcode {
693
+ text-align : center;
694
+ }
679
695
# register-button {
680
696
display : flex;
681
697
justify-content : center;
@@ -691,6 +707,12 @@ body {
691
707
# blogs_text {
692
708
font-size : 20px ;
693
709
}
710
+ # right-side_form # event_info {
711
+ font-size : 15px ;
712
+ }
713
+ # right-side_form # event_info # click_here {
714
+ font-size : 18px ;
715
+ }
694
716
# discord_text {
695
717
margin-top : -2% ;
696
718
}
You can’t perform that action at this time.
0 commit comments