@openeuropa/bcl-theme-joinup 1.6.0 → 1.7.0
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/css/oe-bcl-joinup.css +9 -3
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/js/oe-bcl-joinup.bundle.js +45 -0
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.js +45 -1
- package/js/oe-bcl-joinup.esm.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +45 -0
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/src/js/index.esm.js +2 -0
- package/src/js/index.umd.js +2 -0
- package/templates/bcl-language-list/language-list-modal.html.twig +2 -2
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -148,7 +148,7 @@ hr {
|
|
|
148
148
|
opacity: 0.25;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
151
|
+
.bcl-language-list-modal .modal-title, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
152
152
|
margin-top: 0;
|
|
153
153
|
margin-bottom: 0.5rem;
|
|
154
154
|
font-weight: 700;
|
|
@@ -15160,6 +15160,9 @@ em.placeholder {
|
|
|
15160
15160
|
.bcl-language-list-modal .btn-close {
|
|
15161
15161
|
opacity: 1;
|
|
15162
15162
|
}
|
|
15163
|
+
.bcl-language-list-modal .modal-title {
|
|
15164
|
+
font-size: 1rem;
|
|
15165
|
+
}
|
|
15163
15166
|
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
|
|
15164
15167
|
padding-top: 0.5rem;
|
|
15165
15168
|
overflow: visible;
|
|
@@ -15174,7 +15177,7 @@ em.placeholder {
|
|
|
15174
15177
|
.bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
|
|
15175
15178
|
background: #fff;
|
|
15176
15179
|
}
|
|
15177
|
-
.bcl-language-list-modal.bcl-language-list-modal--eu
|
|
15180
|
+
.bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
|
|
15178
15181
|
color: #0e47cb;
|
|
15179
15182
|
}
|
|
15180
15183
|
.bcl-language-list-modal.bcl-language-list-modal--eu svg {
|
|
@@ -15190,7 +15193,7 @@ em.placeholder {
|
|
|
15190
15193
|
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
|
|
15191
15194
|
background: #034da1;
|
|
15192
15195
|
}
|
|
15193
|
-
.bcl-language-list-modal.bcl-language-list-modal--ec
|
|
15196
|
+
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
|
|
15194
15197
|
color: #fff;
|
|
15195
15198
|
}
|
|
15196
15199
|
.bcl-language-list-modal.bcl-language-list-modal--ec svg {
|
|
@@ -16402,6 +16405,9 @@ select.multi-select {
|
|
|
16402
16405
|
-ms-grid-row-align: center;
|
|
16403
16406
|
align-self: center;
|
|
16404
16407
|
}
|
|
16408
|
+
.ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
|
|
16409
|
+
color: #6c757d;
|
|
16410
|
+
}
|
|
16405
16411
|
|
|
16406
16412
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
16407
16413
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|