profile-pane 3.1.2-8a70896f → 3.1.2-e3347eef
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.
|
@@ -219,11 +219,6 @@
|
|
|
219
219
|
justify-content: center;
|
|
220
220
|
align-items: center;
|
|
221
221
|
line-height: 1;
|
|
222
|
-
|
|
223
|
-
/* width: 100% !important;
|
|
224
|
-
max-width: 100% !important;
|
|
225
|
-
margin-left: 0;
|
|
226
|
-
align-self: stretch !important; */
|
|
227
222
|
}
|
|
228
223
|
|
|
229
224
|
.contactsNewGroupForm {
|
|
@@ -291,7 +286,6 @@
|
|
|
291
286
|
right: 0.2rem;
|
|
292
287
|
background: transparent;
|
|
293
288
|
color: #787878;
|
|
294
|
-
font-size: var(--font-size-xs);
|
|
295
289
|
border: none;
|
|
296
290
|
font-size: var(--font-size-sm);
|
|
297
291
|
cursor: pointer;
|
|
@@ -311,8 +305,14 @@
|
|
|
311
305
|
width: auto !important;
|
|
312
306
|
height: auto !important;
|
|
313
307
|
cursor: pointer;
|
|
314
|
-
font-size: var(--font-size-xs);
|
|
315
308
|
line-height: 1;
|
|
309
|
+
left: auto;
|
|
310
|
+
margin: 0;
|
|
311
|
+
align-self: auto !important;
|
|
312
|
+
background: transparent;
|
|
313
|
+
color: #787878;
|
|
314
|
+
border: none;
|
|
315
|
+
z-index: 100 !important;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.contactsCloseButton:hover {
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
white-space: nowrap;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
[role="alert"] {
|
|
398
|
-
border: none !important; /*
|
|
397
|
+
.contactsAddressBookSelector [role="alert"] {
|
|
398
|
+
border: none !important; /* Remove borders from alerts within the contacts dialog */
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
.contactsPopupOverlay {
|