Compare commits

...

4 Commits

Author SHA1 Message Date
Victor Batischev
30c316a335 fix modal z-index 2024-02-15 17:04:30 +03:00
Victor Batischev
9a1ffb3c77 fix layout 2024-02-15 17:04:01 +03:00
Victor Batischev
1ddaf1d405 fix 2024-02-15 17:02:16 +03:00
Victor Batischev
35ad3086ba layout style fix 2024-02-15 17:01:50 +03:00
13 changed files with 66 additions and 30 deletions

View File

@ -1,6 +1,7 @@
.free-dev {
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f1f1f1;
.link {
@ -28,7 +29,11 @@
}
&_page {
margin: 24px 0 30px 0;
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;
}
&__title {

View File

@ -35,7 +35,7 @@ import arrow from "assets/icons/arrows/arrowCalendar.png";
import arrowStart from "assets/icons/arrows/arrowStart.png";
import arrowDown from "assets/icons/arrows/selectArrow.png";
import calendarIcon from "assets/icons/calendar.svg";
import close from "assets/icons/close.png";
import close from "assets/icons/crossWhite.svg";
import fileDelete from "assets/icons/closeProjectPersons.svg";
import del from "assets/icons/delete.svg";
import edit from "assets/icons/edit.svg";
@ -971,7 +971,7 @@ export const TicketFullScreen = () => {
/>
</div>
<div className="time">
<img src={watch}></img>
<p></p>
<p>
{correctTimerTime(currentTimerCount.hours)}:
{correctTimerTime(currentTimerCount.minute)}:

View File

@ -49,8 +49,6 @@
.fullscreen-workers {
@media (max-width: 880px) {
background: #dff1ff;
.workers_box {
@media (max-width: 880px) {
flex-direction: inherit !important;

View File

@ -286,15 +286,15 @@ export const ProfileCalendarComponent = React.memo(
? `${getCorrectDate(startDate)} - ${getCorrectDate(endDate)}`
: `${getCorrectDate(endDate)} - ${getCorrectDate(startDate)}`
: activePeriod
? "Выберите диапазон на календаре"
: "Выбрать диапазон"}
? "Выберите диапазон на календаре"
: "Выбрать диапазон"}
</span>
<span>
{totalRangeHours
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
: endDate
? "0 часов"
: ""}
? "0 часов"
: ""}
</span>
{endDate && (
<BaseButton

View File

@ -17,7 +17,7 @@
justify-content: space-between;
align-items: center;
height: 100%;
z-index: 9999;
z-index: 9;
max-width: 1160px;
width: 100%;
margin: 0 auto;

View File

@ -145,9 +145,10 @@ const CatalogSpecialists = () => {
}
];
return (
<section className="catalog-specialists">
<div className="catalog-specialists">
<AuthHeader />
<div className="container catalog-specialists__wrapper">
<SideBar />
<div className="catalog-specialists__content container">
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/auth" },
@ -201,9 +202,8 @@ const CatalogSpecialists = () => {
})}
</div>
</div>
<SideBar />
<Footer />
</section>
</div>
);
};

View File

@ -4,8 +4,20 @@
flex-direction: column;
min-height: 100vh;
&__wrapper {
padding-top: 24px;
&__content {
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;
@media (max-width: 1375px) {
padding-top: 100px;
}
@media (max-width: 1000px) {
background-color: white;
}
}
&__head {

View File

@ -1,7 +1,15 @@
.company-info {
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f1f1f1;
&__content {
background-color: #f1f1f1;
padding-top: 60px;
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;
@media (max-width: 1375px) {
padding-top: 120px;

View File

@ -83,8 +83,7 @@ export const FrequentlyAskedQuestions = () => {
<div className="frequently-asked-questions">
<AuthHeader />
<SideBar />
<div className="frequently-asked-questions__container container">
<div className="container">
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/auth" },

View File

@ -8,9 +8,12 @@
margin-top: 80px;
}
&__container {
flex: 1 1 auto;
margin: 30px 0;
.container {
display: flex;
flex-direction: column;
flex: 1;
max-width: 1160px;
margin-top: 23px;
}
&__about {

View File

@ -1,9 +1,15 @@
.registration-setting {
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f1f1f1;
&__content {
background-color: #f1f1f1;
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;
min-height: 100vh;
@media (max-width: 1375px) {
padding-top: 100px;

View File

@ -8,7 +8,6 @@
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;

View File

@ -1,9 +1,15 @@
.tracker-registration {
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f1f1f1;
&__content {
background-color: #f1f1f1;
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;
min-height: 100vh;
@media (max-width: 1375px) {
padding-top: 100px;