Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Oct 3, 2024
1 parent 3127f14 commit bc484ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/pages/Users/components/UserDetail/AddressDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const AddressDetail = ({
<LoaderSkeleton animated heightStyle="1.5rem" widthStyle="1.5rem" />
<LoaderSkeleton animated heightStyle="1.5rem" widthStyle="10rem" />
</HeaderRow>
<div>
<div className="ls-address-detail__content">
<LoaderSkeleton animated heightStyle="1.25rem" widthStyle="20rem" />
<LoaderSkeleton animated heightStyle="1.25rem" widthStyle="20rem" />
<LoaderSkeleton animated heightStyle="1.25rem" widthStyle="20rem" />
Expand All @@ -69,7 +69,7 @@ const AddressDetail = ({
<Icon icon={IconName.MapLocationDot} />
<div>Address</div>
</HeaderRow>
<div className="ls-address-detail-content">
<div className="ls-address-detail__content">
<div>{address.street}</div>
<div>{address.suite}</div>
<div>{address.city}</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Users/components/UserDetail/CompanyDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const CompanyDetail = ({
<LoaderSkeleton animated heightStyle="1.5rem" widthStyle="1.5rem" />
<LoaderSkeleton animated heightStyle="1.5rem" widthStyle="10rem" />
</HeaderRow>
<div className="content">
<div className="ls-company-detail__content">
<LoaderSkeleton animated heightStyle="1.25rem" widthStyle="20rem" />
<LoaderSkeleton animated heightStyle="1.25rem" widthStyle="20rem" />
<LoaderSkeleton animated heightStyle="1.25rem" widthStyle="20rem" />
Expand All @@ -68,7 +68,7 @@ const CompanyDetail = ({
<Icon icon={IconName.Building} />
<div>Company</div>
</HeaderRow>
<div className="ls-company-detail-content">
<div className="ls-company-detail__content">
<div className="font-bold">{company.name}</div>
<div>{company.catchPhrase}</div>
<div>{company.bs}</div>
Expand Down
3 changes: 1 addition & 2 deletions src/pages/Users/components/UserDetail/ContactInfo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
display: flex;
align-items: center;
flex-wrap: nowrap;
column-gap: 1rem;
row-gap: 0.25rem;
gap: 1rem;
}
}
}

0 comments on commit bc484ad

Please sign in to comment.