2019-10-03 14:46:36 +03:00
|
|
|
/* Members list
|
|
|
|
/* ----------------------------------------- */
|
|
|
|
|
2019-10-03 13:56:31 +03:00
|
|
|
.view-actions input.gh-members-list-searchfield {
|
|
|
|
min-width: 220px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.gh-members-list-email {
|
|
|
|
margin: -2px 0 -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-list-subscribed-at {
|
|
|
|
margin-right: -8px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-placeholder {
|
|
|
|
width: 118px;
|
|
|
|
margin: -30px 0 15px;
|
2019-10-03 14:46:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Member details
|
|
|
|
/* ----------------------------------------- */
|
|
|
|
|
2019-10-05 13:41:47 +03:00
|
|
|
label[for="member-description"] + p {
|
|
|
|
margin: 0 0 4px;
|
|
|
|
}
|
|
|
|
|
2019-10-03 14:46:36 +03:00
|
|
|
textarea.gh-member-details-textarea {
|
|
|
|
max-width: 100%;
|
|
|
|
height: 123px;
|
2019-10-04 12:33:10 +03:00
|
|
|
}
|
|
|
|
|
2019-10-05 13:41:47 +03:00
|
|
|
.gh-member-info-icon {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
2019-10-05 14:10:06 +03:00
|
|
|
.gh-member-stripe-info {
|
|
|
|
border-bottom: 1px solid var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-stripe-info:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2019-10-05 13:41:47 +03:00
|
|
|
.gh-member-stripe-table {
|
|
|
|
width: 100%;
|
|
|
|
margin: 10px 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-stripe-table td {
|
|
|
|
vertical-align: top;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
padding: 6px 12px 6px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-stripe-label {
|
|
|
|
color: var(--midgrey-d1);
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2019-10-04 12:33:10 +03:00
|
|
|
/* Import modal
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
2019-10-04 14:55:52 +03:00
|
|
|
.gh-members-import-results {
|
2019-10-04 12:33:10 +03:00
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
2019-10-02 14:35:50 +03:00
|
|
|
}
|