We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acca120 commit 384dc89Copy full SHA for 384dc89
packages/docs/src/scss/components/_tile.scss
@@ -4,7 +4,6 @@
4
5
.c-tile {
6
position: relative;
7
- z-index: 100;
8
height: 100%;
9
display: flex;
10
flex-direction: column;
@@ -13,7 +12,7 @@
13
12
.c-tile__body {
14
padding: 2rem;
15
16
- z-index: 1;
+ z-index: 1; // TODO: Evaluate whether this declaration is (still) necessary
17
flex: 1;
18
19
.c-tile--green & {
@@ -38,7 +37,7 @@
38
37
position: absolute;
39
right: -10px;
40
bottom: -10px;
41
- z-index: 0;
+ z-index: 0; // TODO: Evaluate whether this declaration is (still) necessary
42
@include stripedBoxShadow('green');
43
44
.c-tile--orange & {
0 commit comments