Skip to content

Commit 97e15f6

Browse files
authored
Merge pull request #330 from qualitywise7org/origin/sarthak
mobile veiw update
2 parents 7fe8032 + 9e0ba67 commit 97e15f6

File tree

3 files changed

+66
-7
lines changed

3 files changed

+66
-7
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"liveServer.settings.port": 5501
2+
"liveServer.settings.port": 5502
33
}

staticfiles/mainfiles/myaccount/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,3 @@ body {
126126
width: 1px;
127127
}
128128

129-
.myaccount_option {
130-
font-size: 20px;
131-
text-align: center;
132-
}
133-

staticfiles/mainfiles/myaccount/yourprofile/style.css

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ body {
532532
}
533533
}
534534

535-
@media only screen and (max-width: 480px) {
535+
@media only screen and (max-width: 550px) {
536536
.cv-form-row-title h3 {
537537
font-size: 1.2rem;
538538
}
@@ -570,4 +570,68 @@ body {
570570
.reapeater {
571571
margin: 20px;
572572
}
573+
.bar{
574+
margin: 4rem 1rem 2rem;
575+
576+
}
577+
.progress-step{
578+
height: 20px;
579+
width: 20px;
580+
}
581+
.progress-step::after{
582+
font-size: 9.5px;
583+
}
584+
h3{
585+
padding: 25px;
586+
}
587+
.Next{
588+
margin: 20px 30px 0 ;
589+
padding: 5px 35px;
590+
}
591+
.prev{
592+
margin: 20px 0 0 30px;
593+
width: 100px;
594+
padding: 5px 0;
595+
}
596+
.uploadBox{
597+
height: 250px;
598+
}
599+
.uploadBox img{
600+
width: 100px;
601+
height: 100px;
602+
}
603+
.uploadBox input{
604+
width: 80%;
605+
margin-left: 25px;
606+
}
607+
.uploadBox p{
608+
margin: 0;
609+
}
610+
.form-box .button-row #btn{
611+
margin: 20px 30px 0 ;
612+
font-size: 16px;
613+
padding: 5px 10px;
614+
width: 100px;
615+
height: 35px;
616+
}
617+
.remove_button{
618+
width: 159px;
619+
}
620+
.repeater-remove-btn{
621+
float: left;
622+
}
623+
.repeater-add-btn{
624+
float: right;
625+
margin-top: -6vh;
626+
}
627+
#Percentage{
628+
margin-bottom: 30px;
629+
}
630+
#exp_description{
631+
margin-bottom: 30px;
632+
}
633+
}
634+
.myaccount_option {
635+
font-size: 20px;
636+
text-align: center;
573637
}

0 commit comments

Comments
 (0)