-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e23037
commit 11ce0bf
Showing
3 changed files
with
70 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,7 @@ | ||
.profileContainer:nth-child(3n + 2), | ||
.profileContainer:nth-child(3n + 3) { | ||
border-left: 1px solid $gray-30; | ||
border-bottom: 1px solid $gray-30; | ||
.table { | ||
margin-top: $spacing-06; | ||
} | ||
|
||
.profileContainer:nth-child(3n + 1) { | ||
border-bottom: 1px solid $gray-30; | ||
} | ||
|
||
.profileContainer:nth-last-child(-n + 3) { | ||
@include breakpoint('lg') { | ||
border-bottom: 0px; | ||
} | ||
} | ||
|
||
.profileContainer:nth-last-child(-n + 2) { | ||
@include breakpoint('md') { | ||
border-bottom: 0px; | ||
} | ||
} | ||
|
||
.cardContainer { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: space-between; | ||
background: $white-0; | ||
} | ||
|
||
.contentContainer { | ||
width: 100%; | ||
} | ||
|
||
.imageContainer { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.nameStyle { | ||
@include type-style('heading-01', true); | ||
color: $black-100; | ||
padding-left: $spacing-05; | ||
padding-top: $spacing-05; | ||
} | ||
|
||
.titleStyle { | ||
@include type-style('label-01', true); | ||
color: $gray-80; | ||
padding-left: $spacing-05; | ||
width: 95%; | ||
:global(.page-table .cds--tag) { | ||
margin-left: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters