spotlight-frontend 5.2.2 → 5.2.3
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/app/assets/javascripts/spotlight/spotlight.esm.js.map +1 -1
- package/app/assets/javascripts/spotlight/spotlight.js.map +1 -1
- package/app/assets/stylesheets/spotlight/_browse.scss +1 -1
- package/app/assets/stylesheets/spotlight/_collapse_toggle.scss +2 -2
- package/app/assets/stylesheets/spotlight/_curation.scss +3 -25
- package/app/assets/stylesheets/spotlight/_header.scss +0 -4
- package/app/assets/stylesheets/spotlight/_nestable.scss +0 -3
- package/app/assets/stylesheets/spotlight/_report_a_problem.scss +1 -1
- package/app/assets/stylesheets/spotlight/_sir-trevor_overrides.scss +4 -0
- package/app/assets/stylesheets/spotlight/_slideshow_block.scss +1 -1
- package/package.json +1 -1
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
.btn.collapse-toggle {
|
|
4
4
|
& + .collapse-chevron {
|
|
5
5
|
display: inline-block;
|
|
6
|
-
text-align:
|
|
6
|
+
text-align: end;
|
|
7
7
|
transform: rotate(90deg);
|
|
8
8
|
width: 16px;
|
|
9
9
|
}
|
|
10
10
|
&.collapsed + .collapse-chevron {
|
|
11
|
-
text-align:
|
|
11
|
+
text-align: start;
|
|
12
12
|
transform: none;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
display: none;
|
|
28
28
|
}
|
|
29
29
|
[data-expanded-add-button] {
|
|
30
|
-
text-align:
|
|
30
|
+
text-align: start;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -80,28 +80,6 @@
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
|
|
84
|
-
.card.page-admin {
|
|
85
|
-
&:hover {
|
|
86
|
-
@include panel-hover-highlighting;
|
|
87
|
-
}
|
|
88
|
-
.card-title {
|
|
89
|
-
@extend .mb-0;
|
|
90
|
-
@extend .py-2;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.page-links, .contact-links {
|
|
94
|
-
text-align: right;
|
|
95
|
-
a {
|
|
96
|
-
padding: 0 2px;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
.main {
|
|
100
|
-
width: 99%;
|
|
101
|
-
vertical-align: text-top;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
83
|
.contacts_admin .card-header.page .main {
|
|
106
84
|
width: 95%;
|
|
107
85
|
}
|
|
@@ -180,7 +158,7 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
180
158
|
.facet-metadata {
|
|
181
159
|
@extend .text-muted;
|
|
182
160
|
font-size: $font-size-base;
|
|
183
|
-
text-align:
|
|
161
|
+
text-align: end;
|
|
184
162
|
}
|
|
185
163
|
|
|
186
164
|
table#exhibit-specific-fields {
|
|
@@ -210,7 +188,7 @@ table.users {
|
|
|
210
188
|
|
|
211
189
|
table.tags {
|
|
212
190
|
td:nth-child(2), th:nth-child(2) {
|
|
213
|
-
text-align:
|
|
191
|
+
text-align: end;
|
|
214
192
|
}
|
|
215
193
|
td:nth-child(3), th:nth-child(3) {
|
|
216
194
|
text-align: center;
|