product_tours 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/product_tours/dashboard.css +4 -0
- data/lib/product_tours/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: c5697fc7dc20daec82a4712f08945016ca7711416a5508add8529c2746e78656
|
|
4
|
+
data.tar.gz: 1166b36aa9fbf1459e0ff9398fc31bd7e63d8d40ddf0eae2d1ce3d19fb390c0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d61b51725c95c9b74b89606939ac5c2ffacfdff0fecbb665311211bdee26b1cf153e1097e0ec6c9086e62e4bcc31cf503f144915e71796b4d02422b571195623
|
|
7
|
+
data.tar.gz: d915baf97fe12b691469cc20b838876906ca7fe761b3d07878ad27e64b26b00555f84db4b66ce2fbf1f04e4ba173badb3c8feb261d242d33edf46967936d4c8c
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
|
|
88
88
|
/* Dashboard components — any layout. */
|
|
89
89
|
.pt-dashboard {
|
|
90
|
+
/* A scoping device, not a layout one: without this the wrapper would
|
|
91
|
+
become the flex/grid child that the content should be. */
|
|
92
|
+
display: contents;
|
|
93
|
+
|
|
90
94
|
& * { box-sizing: border-box; }
|
|
91
95
|
& a { color: var(--pt-accent); text-decoration: none; }
|
|
92
96
|
& a:hover { text-decoration: underline; }
|