Skip to content

Commit 1c997df

Browse files
authored
Merge pull request #328 from Wikia/IW-1618
IW-1618 | displaying 6 avatars in avatar stack (styling only)
2 parents 9eb2e26 + db64120 commit 1c997df

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scss/wds-components/_avatar-stack.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
width: auto;
1111
}
1212

13-
@for $i from 1 to 6 {
13+
@for $i from 1 to 7 {
1414
.wds-avatar:nth-child(#{$i}) {
1515
position: relative;
16-
z-index: 5 - $i;
16+
z-index: 7 - $i;
1717

1818
@if $i > 1 {
1919
margin-left: -10px;

docs/assets/design-system.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/wds.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style-guide/styles/wds-components/_avatar-stack.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
width: auto;
1111
}
1212

13-
@for $i from 1 to 6 {
13+
@for $i from 1 to 7 {
1414
.wds-avatar:nth-child(#{$i}) {
1515
position: relative;
16-
z-index: 5 - $i;
16+
z-index: 7 - $i;
1717

1818
@if $i > 1 {
1919
margin-left: -10px;

0 commit comments

Comments
 (0)