spotlight-frontend 5.2.0 → 5.2.2
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.
- package/README.md +1 -1
- package/app/assets/javascripts/spotlight/spotlight.esm.js +34 -13
- package/app/assets/javascripts/spotlight/spotlight.esm.js.map +1 -1
- package/app/assets/javascripts/spotlight/spotlight.js +34 -13
- package/app/assets/javascripts/spotlight/spotlight.js.map +1 -1
- package/app/assets/stylesheets/spotlight/_multi_up_item_grid.scss +0 -30
- package/package.json +1 -1
- package/app/assets/config/spotlight/manifest.js +0 -3
- package/app/assets/javascripts/spotlight/application.js +0 -7
|
@@ -1,33 +1,3 @@
|
|
|
1
|
-
.item-grid-admin {
|
|
2
|
-
.field {
|
|
3
|
-
input[type='text'] {
|
|
4
|
-
width: 89%;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.twitter-typeahead {
|
|
8
|
-
margin-bottom: 2*$spacer;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
.field-select {
|
|
12
|
-
margin-top: 2*$spacer;
|
|
13
|
-
select {
|
|
14
|
-
display: inline;
|
|
15
|
-
width: auto;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
.dd3-item {
|
|
19
|
-
margin-bottom: 2*$spacer;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
// Hide the secondary caption field
|
|
23
|
-
// for the Features block so we can
|
|
24
|
-
// re-use the rest from the generic
|
|
25
|
-
// multi-up item grid.
|
|
26
|
-
[data-type='item-features'] {
|
|
27
|
-
.secondary-caption {
|
|
28
|
-
display: none;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
1
|
.spotlight-flexbox {
|
|
32
2
|
display: -webkit-box;
|
|
33
3
|
display: -moz-box;
|
package/package.json
CHANGED