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

@ -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;