Skip to content

Commit

Permalink
поправил стили и превьюшку пользователя
Browse files Browse the repository at this point in the history
  • Loading branch information
semant1cs committed Dec 17, 2023
1 parent bc19fbb commit bb6ef96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const UsersListModalBody: React.FC<IUsersListModalBody> = ({employees}) => {
<div className="users-list-user-name">{employee.name}</div>
<div className="users-list-user-patronymic">{employee.patronymic}</div>
</div>
<img src="https://i.ibb.co/GQzwW82/Qf-EKp-Mlf-Xfw.jpg" alt="Employee Photo"
<img src="https://clck.ru/37AFXb" alt="Employee Photo"
className="user-photo"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const CreateUnit: React.FC<IPropTypes> =
}

return (
<div>
<div className="unit-list">
<select className={classNameSelect}>
<option value="-">-</option>
{availableUnits.map((unit, index) =>
Expand All @@ -61,7 +61,7 @@ const CreateUnit: React.FC<IPropTypes> =
className={`delete-${unitName}__btn`}
handleOnClick={() => currentUnitId ? handleOnClickDeleteUnit(currentUnitId) : undefined}
width={150}
height={100}
height={70}
/>

<div className={`map-creator-item ${unitName}-create`}>
Expand Down
9 changes: 5 additions & 4 deletions frontend/src/styles/mapMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
}

.users-list-user-info {
text-align: left;
font: 14px Montserrat;
position: absolute;
left: 35%;
top: 50%;
Expand Down Expand Up @@ -167,15 +169,14 @@
display: flex;
align-items: end;
justify-content: center;
gap: 10px;
gap: 15px;
}

.delete-module__btn {
.change-module {
margin-bottom: 10px;
width: 200px;
}

.change-module {
.unit-list {
margin-bottom: 10px;
}

Expand Down

0 comments on commit bb6ef96

Please sign in to comment.