partner employees

This commit is contained in:
Николай Полтщук 2023-03-23 16:18:57 +03:00
parent 850b0d1bb6
commit 48bd4059df
4 changed files with 19 additions and 6 deletions

View File

@ -5,10 +5,10 @@
font-family: 'LabGrotesque', sans-serif;
&__title {
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #000000;
font-weight: 700;
font-size: 22px;
line-height: 32px;
margin-bottom: 22px;
}

View File

@ -4,6 +4,13 @@
min-height: 100vh;
font-family: 'LabGrotesque', sans-serif;
.infoPersonal__title {
color: #000000;
font-weight: 700;
font-size: 22px;
line-height: 32px;
}
&__page {
max-width: 1160px !important;
margin-top: 23px;

View File

@ -6,9 +6,9 @@
&__title {
color: #000000;
font-weight: 500;
font-size: 18px;
line-height: 22px;
font-weight: 700;
font-size: 22px;
line-height: 32px;
}
&__items {

View File

@ -1,6 +1,7 @@
import React, { useState } from "react";
import { ProfileHeader } from "../../components/ProfileHeader/ProfileHeader";
import {ProfileBreadcrumbs} from "../../components/ProfileBreadcrumbs/ProfileBreadcrumbs";
import { Footer } from "../../components/Footer/Footer";
import ModalTiket from "../../components/UI/ModalTiket/ModalTiket";
@ -330,6 +331,11 @@ export const Tracker = () => {
<ProfileHeader />
<div className="container">
<div className="tracker__content">
<ProfileBreadcrumbs links={[
{name: 'Главная', link: '/profile'},
{name: 'Трекер', link: '/profile/tracker'}
]}
/>
<h2 className="tracker__title">Трекер</h2>
<div className="tracker__tabs">
<div className="tracker__tabs__head">