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.
@@ -138,7 +138,7 @@ $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 {
@@ -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
  }
@@ -56,7 +56,7 @@
56
56
  left: initial;
57
57
  margin-left: 0;
58
58
  margin-right: 0;
59
- text-align: left;
59
+ text-align: start;
60
60
 
61
61
  &.col-sm-6 {
62
62
  @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.3",
4
4
  "description": "Exhibits plugin for blacklight",
5
5
  "main": "app/assets/javascripts/spotlight",
6
6
  "type": "module",