Skip to content

Commit

Permalink
Изменения + новые страницы
Browse files Browse the repository at this point in the history
  • Loading branch information
prevetal committed Mar 13, 2022
1 parent 310c9d2 commit 3ef07db
Show file tree
Hide file tree
Showing 22 changed files with 1,754 additions and 173 deletions.
12 changes: 1 addition & 11 deletions css/response_1439.css
Original file line number Diff line number Diff line change
Expand Up @@ -704,16 +704,6 @@
.simulator_item .label
{
font-size: 15px;

margin-bottom: 12px;
}


.simulator_item .message
{
line-height: 19px;

padding: 12px 16px;
}


Expand Down Expand Up @@ -744,7 +734,7 @@
font-size: 17px;
}

.dialog .head .what_do_link
.dialog .head .what_do
{
top: 20px;
right: 20px;
Expand Down
60 changes: 55 additions & 5 deletions css/response_479.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,19 @@
}


.simulator_item .dialog .data
{
width: 100%;
margin-right: 0;
margin-left: 0;
}

.simulator_item .dialog .message .audio_message .audio_wave
{
width: 145px;
}



/*------------
Dialog
Expand Down Expand Up @@ -385,6 +398,16 @@



/*--------------
Feedback
--------------*/
.feedback .line > *
{
width: 100% !important;
}



/*-----------
PopUp
-----------*/
Expand Down Expand Up @@ -427,16 +450,43 @@
padding: 40px;
}

.error_info .code{
order:-1;
.error_info .code
{
order: -1;
}

.persons .person .avatar + .name{
.persons .person .avatar + .name
{
min-height: 38px;
}

.test_data .step .couples li span{
max-width: 155px;
.test_data .step .couples li span
{
min-width: 155px;
max-width: 155px;
}



#simulator_over_modal,
#confirm_modal
{
padding: 32px;
}


#confirm_modal .btns
{
margin-top: 24px;
}

#confirm_modal .btns .btn
{
width: 100%;
}

#confirm_modal .btns .btn + .btn
{
margin-top: 12px;
}
}
30 changes: 26 additions & 4 deletions css/response_767.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,17 @@

.feedback .line
{
min-width: 0;
padding: 20px;

border: none;
border-radius: 15px;
background: #fff;
box-shadow: 0 3px 31px rgba(148, 155, 195, .153327);

align-items: flex-start;
align-content: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}

Expand All @@ -480,31 +484,46 @@

.feedback .line > *
{
width: calc(50% - 10px) !important;
margin-bottom: 20px;
padding: 0;
}

.feedback .line > * + *
{
margin-top: 15px;

border: none;
}


.feedback .line > *.col_actions
{
width: 100% !important;
margin-bottom: 0;
}


.feedback .line .links
{
width: calc(100% + 15px);
margin-top: 5px;

justify-content: flex-end;
}

.feedback .line .links > *
{
width: calc(50% - 15px);
}

.feedback .line .links a
{
font-weight: 500;

display: block;

padding: 9px 22px;

text-align: center;

border: none;
border-radius: 16px;
}
Expand Down Expand Up @@ -687,11 +706,14 @@
}


.dialog .head .what_do_link
.dialog .head .what_do
{
top: 12px;
right: 12px;
}

.dialog .head .what_do .btn
{
padding: 8px 12px;
}

Expand Down
Loading

0 comments on commit 3ef07db

Please sign in to comment.