Compare commits
No commits in common. "f1a692f6c532068954e5dd6d06e4f148d1869d2a" and "d9781b6396d05accd1f04c7c5ef83c176fe1c774" have entirely different histories.
f1a692f6c5
...
d9781b6396
@ -286,15 +286,15 @@ export const ProfileCalendarComponent = React.memo(
|
|||||||
? `${getCorrectDate(startDate)} - ${getCorrectDate(endDate)}`
|
? `${getCorrectDate(startDate)} - ${getCorrectDate(endDate)}`
|
||||||
: `${getCorrectDate(endDate)} - ${getCorrectDate(startDate)}`
|
: `${getCorrectDate(endDate)} - ${getCorrectDate(startDate)}`
|
||||||
: activePeriod
|
: activePeriod
|
||||||
? "Выберите диапазон на календаре"
|
? "Выберите диапазон на календаре"
|
||||||
: "Выбрать диапазон"}
|
: "Выбрать диапазон"}
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
{totalRangeHours
|
{totalRangeHours
|
||||||
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
|
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
|
||||||
: endDate
|
: endDate
|
||||||
? "0 часов"
|
? "0 часов"
|
||||||
: ""}
|
: ""}
|
||||||
</span>
|
</span>
|
||||||
{endDate && (
|
{endDate && (
|
||||||
<BaseButton
|
<BaseButton
|
||||||
|
@ -40,7 +40,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 483px) {
|
@media (max-width: 483px) {
|
||||||
display: none;
|
max-width: 160px;
|
||||||
|
left: -175px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -61,20 +62,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -100px;
|
top: -100px;
|
||||||
right: 58px;
|
right: 58px;
|
||||||
|
|
||||||
@media (max-width: 1100px) {
|
|
||||||
max-width: 100px;
|
|
||||||
top: -50px;
|
|
||||||
right: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1100px) {
|
|
||||||
padding: 20px 25px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -86,23 +73,12 @@
|
|||||||
&__head {
|
&__head {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 33px;
|
margin-bottom: 33px;
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
|
||||||
flex-direction: column;
|
|
||||||
row-gap: 10px;
|
|
||||||
align-items: center;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__suptitle {
|
&__suptitle {
|
||||||
color: #6f6f6f;
|
color: #6f6f6f;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-right: 70px;
|
margin-right: 70px;
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__steps {
|
&__steps {
|
||||||
@ -126,17 +102,12 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__answers {
|
&__answers {
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
column-gap: 20px;
|
||||||
gap: 20px;
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
@ -149,16 +120,8 @@
|
|||||||
.active {
|
.active {
|
||||||
background: #1458dd;
|
background: #1458dd;
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
border: 1px solid #1458dd;
|
font-weight: 500;
|
||||||
}
|
border: none;
|
||||||
|
|
||||||
@media (max-width: 1100px) {
|
|
||||||
gap: 10px;
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 450px) {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -189,7 +152,6 @@
|
|||||||
row-gap: 19px;
|
row-gap: 19px;
|
||||||
column-gap: 21px;
|
column-gap: 21px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
|
Loading…
Reference in New Issue
Block a user