Skip to content

Commit

Permalink
Merge pull request #280 from sima-land/277-person-info-upd
Browse files Browse the repository at this point in the history
Fix #277 Доработки стилей ProductInfo
  • Loading branch information
krutoo authored Jul 18, 2024
2 parents 96d0064 + c54c904 commit 25ebe17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/mobile/components/person-info/person-info.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.name {
display: -webkit-box;
margin: 12px auto 0;
padding: 0 16px;
text-align: center;
font-size: 20px;
line-height: 28px;
Expand All @@ -32,8 +33,8 @@

.appointment {
display: block;
max-width: 260px;
margin: 2px auto 0;
padding: 0 16px;
text-align: center;
font-size: 14px;
line-height: 20px;
Expand Down Expand Up @@ -91,6 +92,7 @@
}

.item-main-col {
width: 0;
flex-grow: 1;
}

Expand All @@ -99,20 +101,23 @@
line-height: 24px;
color: colors.$basic-gray87;
font-weight: 600;
word-break: break-word;
}

.item-description {
margin-top: 4px;
font-size: 14px;
line-height: 20px;
color: colors.$basic-gray38;
word-break: break-word;
}

.item-main-col + .icon-circle {
margin-left: 16px;
}

.icon-circle {
flex-shrink: 0;
background: colors.$basic-gray4;
border-radius: 50%;
width: 48px;
Expand Down

0 comments on commit 25ebe17

Please sign in to comment.