swedbank-pay-design-guide-jekyll-theme 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/swedbank-pay-design-guide-theme.scss +4 -2
- data/lib/gem_version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ceeee12feb026dc51636613eea16a0acb54b1a6b5dbca8ebd0ff9e14351d1fe
|
4
|
+
data.tar.gz: f60aadc3c877e138bcbd12f0e4530835f55e50b9919626e7f7393dff2b1fceb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77bae9e99eefb895cc20aeba3796592206ef8494eeb7f399891455ae2aee7e45e41dc6a87874842c87abb7891be1cc2ad2608ba8e3cafc73a7a414fe7ca6e83e
|
7
|
+
data.tar.gz: f6d15e7eea3b0365c5ebf15c49124f56195e93071ef5bac27ac44437eef2054f642c5d1dbf3e956693d01bc5da7a8f9a3b2febe2fa9081e0f672180085e1ca79
|
@@ -388,16 +388,18 @@ body {
|
|
388
388
|
right: 0;
|
389
389
|
bottom: 0;
|
390
390
|
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
|
391
|
-
z-index:
|
391
|
+
z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
|
392
392
|
}
|
393
393
|
}
|
394
394
|
|
395
395
|
.search-box {
|
396
|
-
position:
|
396
|
+
position: absolute;
|
397
397
|
right: 8rem;
|
398
398
|
top: 4rem;
|
399
|
+
z-index: 2;
|
399
400
|
|
400
401
|
@media screen and (max-width: $breakpoint-lg) {
|
402
|
+
position: fixed;
|
401
403
|
right: 1rem;
|
402
404
|
top: 1.5rem;
|
403
405
|
z-index: 401;
|
data/lib/gem_version.rb
CHANGED