changed colors

This commit is contained in:
ruchi 2021-03-14 00:32:07 -05:00
parent e61a057d62
commit 2ed365313c
12 changed files with 16 additions and 14 deletions

View file

@ -1 +1 @@
[{"comments":"asdfa","count":1}]
[{"comments":"asdfa","count":1},{"comments":"dfgdfgd","count":1},{"comments":"qwer","count":1}]

View file

@ -1 +1 @@
[{"email":"ruchir@gmail.com","count":1}]
[{"email":"ruchir@gmail.com","count":1},{"email":"ruchirawperera@gmail.com","count":2}]

View file

@ -1 +1 @@
[{"firstName":"Ruchira","count":1}]
[{"firstName":"Ruchira","count":3}]

View file

@ -1 +1 @@
[{"lastName":"Perera","count":1}]
[{"lastName":"Perera","count":3}]

View file

@ -1 +1 @@
[{"question1":"yes","count":1}]
[{"question1":"yes","count":3}]

View file

@ -1 +1 @@
[{"question2":"New UI","count":1}]
[{"question2":"New UI","count":3}]

View file

@ -1 +1 @@
[{"question3":"on","count":1}]
[{"question3":"on","count":3}]

View file

@ -1 +1 @@
[{"question4":["Position of messages on the screen is consistent ","System always informs about the progress of the task "],"count":1}]
[{"question4":["Position of messages on the screen is consistent ","System always informs about the progress of the task "],"count":1},{"question4":"Prompts for inputs are clear ","count":1},{"question4":"Position of messages on the screen is consistent ","count":1}]

View file

@ -1 +1 @@
[{"question5":"on","count":1}]
[{"question5":"on","count":3}]

View file

@ -1 +1 @@
[{"question6":"asdfasa","count":1}]
[{"question6":"asdfasa","count":1},{"question6":"kl","count":2}]

BIN
public/images/bg4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 KiB

View file

@ -24,7 +24,7 @@ p{
}
hr{
border: dotted #FFD591 6px;
border: dotted #276678 6px;
border-bottom: none;
width: 70%;
}
@ -33,13 +33,13 @@ hr{
#form {
padding: 7% 15%;
text-align: center;
background-image: url('images/bg3.jpg');
background-image: url('images/bg4.jpg');
}
.surveryForm {
/* #DDDDDD; */
background-color: #fafafa;
border-radius: 2rem;
border: #5B6D5B solid 2rem;
border: #d3e0ea solid 2rem;
}
.surveyIntro{
@ -122,6 +122,8 @@ hr{
/* Footer section */
#footer {
padding: 3% 4%;
background-color: #ffd591;
background-color: #d3e0ea;
color: #276678;
font-weight: bold;
text-align: center;
}