spotlight-frontend 5.2.2 → 5.2.4

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.
@@ -5,10 +5,6 @@
5
5
  width: 100%;
6
6
  }
7
7
 
8
- .search-btn {
9
- max-height: 2.375rem;
10
- }
11
-
12
8
  .search_field {
13
9
  background: transparent;
14
10
  border: none;
@@ -138,20 +138,20 @@ $image-overlay-max-height: 300px;
138
138
  width: 100%;
139
139
 
140
140
  .col-form-label {
141
- text-align: right;
141
+ text-align: end;
142
142
  }
143
143
 
144
144
  .browse-search-form {
145
145
  .btn-reset {
146
146
  background-color: transparent;
147
147
  display: none;
148
- margin-left: -42px;
149
- left: -40px;
148
+ margin-inline-start: -42px;
149
+ inset-inline-start: -40px;
150
150
  z-index: 20;
151
151
  }
152
152
 
153
153
  .search-btn {
154
- left: -40px;
154
+ inset-inline-start: -40px;
155
155
  z-index: 30;
156
156
  }
157
157
  }
@@ -122,7 +122,6 @@ form.edit_solr_document {
122
122
 
123
123
  .btn,
124
124
  .btn-group {
125
- margin-left: $spacer * 0.1;
126
125
  margin-top: $spacer * 0.25;
127
126
  }
128
127
  }
@@ -3,12 +3,12 @@
3
3
  .btn.collapse-toggle {
4
4
  & + .collapse-chevron {
5
5
  display: inline-block;
6
- text-align: right;
6
+ text-align: end;
7
7
  transform: rotate(90deg);
8
8
  width: 16px;
9
9
  }
10
10
  &.collapsed + .collapse-chevron {
11
- text-align: left;
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: left;
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: right;
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: right;
191
+ text-align: end;
214
192
  }
215
193
  td:nth-child(3), th:nth-child(3) {
216
194
  text-align: center;
@@ -34,10 +34,6 @@
34
34
  margin-bottom: 0;
35
35
  }
36
36
  }
37
-
38
- .navbar-form {
39
- text-align: right;
40
- }
41
37
  }
42
38
 
43
39
  .resource-masthead {
@@ -81,9 +81,6 @@ tr.dd-item {
81
81
  min-height: 3rem;
82
82
  }
83
83
  }
84
- .dd3-content.page-admin {
85
- position: relative;
86
- }
87
84
 
88
85
  .dd3-item > button { margin-left: 30px; }
89
86
 
@@ -8,6 +8,6 @@
8
8
 
9
9
  @include media-breakpoint-up(sm) {
10
10
  #new_contact_form .col-form-label {
11
- text-align: right;
11
+ text-align: end;
12
12
  }
13
13
  }
@@ -57,6 +57,10 @@
57
57
  display: block !important;
58
58
  }
59
59
 
60
+ .st-block-addition-top {
61
+ text-align: start;
62
+ }
63
+
60
64
  .st-block-controls {
61
65
  display: none !important;
62
66
  }
@@ -5,6 +5,7 @@
5
5
  margin-left: auto;
6
6
  margin-right: auto;
7
7
  max-width: 100%;
8
+ object-fit: contain;
8
9
  }
9
10
 
10
11
  .carousel-caption {
@@ -56,7 +57,7 @@
56
57
  left: initial;
57
58
  margin-left: 0;
58
59
  margin-right: 0;
59
- text-align: left;
60
+ text-align: start;
60
61
 
61
62
  &.col-sm-6 {
62
63
  @extend .col-sm-6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotlight-frontend",
3
- "version": "5.2.2",
3
+ "version": "5.2.4",
4
4
  "description": "Exhibits plugin for blacklight",
5
5
  "main": "app/assets/javascripts/spotlight",
6
6
  "type": "module",