We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b16b4 commit 7b7bc17Copy full SHA for 7b7bc17
src/extras/scss/shards-demo.scss
@@ -86,7 +86,8 @@
86
}
87
88
.inner-wrapper {
89
- z-index: 1;
+ position: relative;
90
+ z-index: 3;
91
92
> p {
93
margin-bottom: 20px;
@@ -100,6 +101,8 @@
100
101
102
103
.product-by {
104
105
106
margin-bottom: 30px;
107
108
a:hover {
@@ -125,6 +128,7 @@
125
128
width: 50vw;
126
129
height: 80vh;
127
130
transform: rotate(-25deg);
131
+ z-index: 1;
132
133
134
&:before {
@@ -168,6 +172,7 @@
168
172
z-index: 1;
169
173
width: 280px;
170
174
animation: float 7s ease-in-out infinite;
175
+ z-index: 2;
171
176
177
178
// Floating animation
@@ -206,6 +211,7 @@
206
211
.color-wrapper {
207
212
float: left;
208
213
@include media-breakpoint-down(xs) {
214
+ float: none;
209
215
max-width: 230px;
210
216
margin: 0 auto;
217
0 commit comments