Fixed styles pages

This commit is contained in:
MaxOvs19 2023-11-23 18:15:46 +03:00
parent 36b015b525
commit 652918cd0a
7 changed files with 20 additions and 17 deletions

View File

@ -51,7 +51,7 @@
justify-content: space-between;
button {
margin: 0 auto;
// margin: 0 auto;
}
}
@ -74,7 +74,7 @@
}
&__btn {
margin: 0 auto;
margin: 0;
max-width: 242px;
width: 100%;
}
@ -106,7 +106,7 @@
display: flex;
flex-direction: column;
row-gap: 10px;
padding: 39px 10px 29px 10px;
padding: 19px 10px 29px 10px;
@media (max-width: 500px) {
padding: 10px;

View File

@ -99,8 +99,7 @@ export const ModalRegistration = ({ active, setActive }) => {
Подключайтесь к <p>itguild.</p>
</h2>
<p className="registration-body__left-desc">
Зарегистрируйтесь и назначайте собеседования любым специалистам без
задержек
Зарегистрируйтесь и начните работу уже сегодня
</p>
<div className="input-body">

View File

@ -1065,7 +1065,7 @@
background: #fff;
p {
font-size: 18px;
font-size: 15px;
font-weight: 500;
margin: 0;
line-height: 20px;
@ -1097,7 +1097,6 @@
border-radius: 10px;
margin-bottom: 10px;
.priority {
&__name {
cursor: pointer;
width: 100%;

View File

@ -233,6 +233,7 @@
text-overflow: ellipsis;
font-size: 14px;
max-width: 270px;
margin-left: 10px;
}
img {

View File

@ -81,7 +81,7 @@ export const ProjectTiket = ({ project, index }) => {
to={`/tracker/project/${project.id}`}
className="project__open-traker"
>
<p className="project__link">{project.name}</p>
<div className="project__link">{project.name}</div>
<div className="project__info">
<p>Открытые задачи</p>

View File

@ -26,14 +26,14 @@
&__link {
font-weight: 700;
width: 194px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 18px;
line-height: 32px;
color: #111112;
margin-bottom: 22px;
overflow: hidden;
white-space: nowrap;
display: flex;
text-overflow: ellipsis;
max-width: 380px;
&:hover {

View File

@ -390,8 +390,8 @@
display: flex;
flex-direction: column;
background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
border-radius: 40px;
padding: 15px 30px;
border-radius: 20px;
padding: 30px;
cursor: default;
width: 800px;
@ -493,6 +493,7 @@
&__add {
display: flex;
margin-left: 3px;
cursor: pointer;
span {
@ -513,7 +514,8 @@
@media (max-width: 1000px) {
width: 390px;
padding: 15px 30px;
padding: 30px;
.persons__list__info {
margin: 10px;
}
@ -755,16 +757,18 @@
margin: 0 10px;
column-gap: 5px;
cursor: pointer;
padding: 4px;
padding: 5px 20px;
border-radius: 8px;
border: 1px solid #e3e2e2;
max-height: 30px;
p {
white-space: nowrap;
font-weight: 400;
font-size: 14px;
line-height: 17px;
}
span {
width: 14px;
height: 14px;
@ -1130,7 +1134,6 @@
align-items: center;
margin-bottom: 8px;
p {
font-weight: 500;
font-size: 14px;
@ -1317,6 +1320,7 @@
display: flex;
justify-content: space-between;
min-width: 300px;
padding-left: 18px;
&__more {
display: flex;