Ghost/ghost/admin/app/styles/layouts/members.css
Peter Zimon b616a839a9 Email settings preview refinements (#1788)
- fixed sizes for email preview area
- replaced static values with dynamic ones
- replaced radio button with font selector
- fixed footer textarea styles
- refined styles
- refined copy
2020-12-02 13:12:41 +01:00

1150 lines
23 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Global
/* ----------------------------------------- */
:root {
--member-import-table-outline: color-mod(var(--darkgrey) a(12%) s(+40%));
--member-import-table-border: color-mod(var(--darkgrey) a(7%) s(+40%));
}
/* Members avatar
/* ----------------------------------------- */
.gh-member-gravatar {
position: relative;
overflow: hidden;
border-radius: 100%;
box-shadow: 0 0 0 2px var(--white);
}
.gh-member-detail-avatar {
box-shadow: none;
}
.gh-member-avatar-label {
display: block;
color: #fff;
}
.gh-member-avatar-image {
display: block;
position: absolute;
display: block;
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
opacity: 1.0;
max-width: unset;
}
.gh-member-initials {
border: none;
}
.gh-member-detail-avatar .gh-member-initials {
box-shadow: 0 0 0 1px var(--main-bg-color);
}
/* Members list
/* ----------------------------------------- */
.members-list {
table-layout: fixed;
}
.members-list .gh-list-row.header {
z-index: 1;
}
.members-list .gh-list-header {
position: sticky;
top: 84px;
z-index: 1;
}
.members-list-header-overlay {
display: flex;
flex-direction: row;
justify-content: space-between;
position: sticky;
height: 40px;
top: calc(84px - 40px); /* match gh-list-header sticky top */
left: 0;
right: 0;
margin-top: -40px;
transform: translateY(40px);
z-index: 2;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid #e5eff5;
font-size: 1.2rem;
font-weight: 500;
letter-spacing: .1px;
color: #738a94;
text-transform: uppercase;
padding: 10px 16px;
white-space: nowrap;
background: #f8fafc;
}
.members-header .view-actions input.gh-members-list-searchfield {
min-width: 220px;
padding-left: 30px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.members-header .view-actions .gh-input-search-icon {
width: 14px;
height: 14px;
top: 10px;
left: 10px;
}
.dropdown-topmenu .gh-contentfilter-menu-trigger {
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
.gh-members-list-searchfield.active {
border-color: #3eb0ef;
box-shadow: inset 0 0 0 1px #3eb0ef;
}
.gh-members-list-checkbox {
width: 36px;
}
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;
}
.gh-member-list-avatar {
font-size: 1.65rem;
font-weight: 500;
line-height: 0;
letter-spacing: -0.6px;
}
.gh-member-actions-menu {
top: calc(100% + 6px);
left: auto;
right: 10px;
}
.gh-member-actions-menu.fade-out {
animation-duration: .001s;
pointer-events: none;
}
.member-link-copied svg {
margin-right: 4px;
}
.members-header .gh-members-header-search {
margin-right: 12px;
border-right: 1px solid var(--lightgrey-d2);
padding-right: 12px;
}
.gh-members-chart-header {
padding: 12px 16px;
margin-bottom: 10px;
background: var(--whitegrey-l2);
border-bottom: var(--lightgrey) 1px solid;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.gh-members-chart-header .gh-contentfilter {
margin: 0 0 0 20px;
height: 16px;
}
.gh-members-chart-header .gh-contentfilter-type .gh-contentfilter-menu-trigger {
border-radius: 4px;
box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.05);
height: 16px;
padding: 0 8px;
}
.gh-members-chart-dropdown {
margin-left: -103px;
}
.gh-members-chart-container {
height: 186px;
margin: 0;
padding: 4px 7px 11px 2px;
}
.gh-members-chart-summary {
flex-basis: 24%;
min-width: 244px;
}
.gh-members-chart-summary-data {
font-size: 3.6rem;
color: var(--darkgrey);
line-height: 4.0rem;
}
.members-header .gh-contentfilter {
margin-right: 0;
}
.members-header .gh-contentfilter-tag .gh-contentfilter-menu-trigger {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.dropdown.members-label-list {
width: 225px;
}
.dropdown.members-label-list .dropdown-label {
width: 205px;
}
@media (max-width: 1100px) {
.gh-members-chart-summary-data {
font-size: 2.8rem;
line-height: 2.8rem;
}
.gh-members-chart-container {
height: 166px;
}
}
@media (max-width: 1000px) {
.members-list .gh-list-header, .gh-list-hidecell-m {
display: table-cell;
}
.gh-members-chart-wrapper {
flex-direction: column;
}
.gh-members-chart-box {
margin: 0 0 24px;
}
}
@media (min-width: 440px) and (max-width: 1000px) {
.gh-members-chart-summary {
flex-direction: row;
}
.gh-members-chart-summary div {
flex-basis: 33%;
border-bottom: none;
justify-content: flex-start;
}
.gh-members-chart-summary > div:nth-of-type(1),
.gh-members-chart-summary > div:nth-of-type(2) {
border-right: 1px solid var(--whitegrey);
}
}
@media (max-width: 900px) {
.members-list .gh-list-header, .gh-list-hidecell-m {
display: none;
}
.gh-members-list-item {
display: flex;
position: relative;
flex-wrap: wrap;
border-bottom: 1px solid var(--lightgrey);
margin: 0;
}
.gh-members-list-item:nth-of-type(2) {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.gh-members-list-item .gh-list-data {
border-top: none !important;
}
.gh-members-list-item:hover {
background: var(--whitegrey-l2);
}
.gh-members-list-item:hover .gh-list-data {
background: none !important;
}
.gh-members-list-basic {
display: block;
flex: 1 1 100%;
}
.gh-members-list-subscribed-at {
display: inline-block;
width: auto;
padding: 0 0 16px 4px;
margin-top: -16px;
font-size: 1.2rem;
}
.gh-members-list-chevron {
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
}
.gh-list h3.gh-members-name-noname {
margin-top: -14px;
}
.gh-members-subscribed-noname {
display: inline-block;
margin-top: -32px;
padding-bottom: 16px;
}
.gh-members-list-geolocation {
display: inline-block;
padding: 0 0 0 64px;
margin-top: -16px;
width: auto;
}
.gh-members-list-geolocation::after {
content: "";
}
.gh-members-geolocation-noname {
margin-top: -32px;
padding-bottom: 16px;
}
}
@media (max-width: 450px) {
.members-header {
justify-content: flex-end;
min-height: 120px;
}
.members-header .gh-canvas-title {
position: absolute;
top: 29px;
left: 21px;
}
.members-header .view-actions {
margin-top: 62px;
width: 100%;
}
.members-header .view-actions .gh-members-header-search {
width: 100%;
}
.view-actions input.gh-members-list-searchfield {
min-width: 0;
}
}
/* Member details
/* ----------------------------------------- */
label[for="member-description"] + p {
margin: 0 0 4px;
}
textarea.gh-member-details-textarea {
max-width: 100%;
min-width: auto;
min-height: 50px;
height: 98px;
}
.gh-member-info-icon {
width: 18px;
height: 18px;
}
.gh-member-header-stripeinfo {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 24px;
}
.gh-member-header-stripeinfo h4 {
margin: 0 12px 0 0;
padding: 0;
}
.gh-member-stripe-info {
border-bottom: 1px solid var(--whitegrey);
}
.gh-member-stripe-info:last-of-type {
border-bottom: none;
}
.gh-member-stripe-table {
width: 100%;
margin: 6px 0 12px;
}
.gh-member-stripe-table td {
vertical-align: top;
font-size: 1.3rem;
padding: 5px 12px 5px 0;
}
.gh-member-stripe-label {
color: var(--midgrey-d1);
white-space: nowrap;
width: 200px;
}
.gh-members-subscribed-checkbox,
.gh-members-comped-checkbox {
max-width: 100%;
}
.gh-new-member-avatar {
background: var(--midlightgrey-l1);
}
.gh-member-cancels-on-label {
display: inline-block;
background: var(--lightgrey-d1);
border-radius: 4px;
padding: 0px 5px;
margin: -2px 0 -2px -5px;
color: var(--darkgrey);
font-size: 1.3rem;
font-weight: 400;
}
.gh-member-stripe-status {
display: inline-block;
text-transform: capitalize;
margin-right: 6px;
}
.gh-member-btn-cancelsub span,
.gh-member-btn-contsub span {
height: 25px;
line-height: 25px;
}
.gh-member-btn-contsub {
border-color: var(--blue);
box-shadow: none;
}
.gh-member-btn-contsub:hover {
border-color: color-mod(var(--blue) l(-7%) saturation(-10%));
}
.gh-member-btn-contsub span {
color: var(--blue);
}
.gh-member-btn-contsub:hover span {
color: color-mod(var(--blue) l(-7%) saturation(-10%));
}
.gh-member-settings-primary {
flex-basis: 740px;
}
.gh-member-settings-secondary {
flex-basis: 408px;
}
.gh-member-cancelstripe-checkbox {
margin-bottom: 4px;
}
.gh-member-cancelstripe-checkbox label {
display: flex;
}
.gh-member-cancelstripe-checkbox h4 {
font-size: 1.4rem;
font-weight: 600;
line-height: 1.15em;
margin-top: 2px;
}
.gh-member-cancelstripe-checkbox label p {
margin-top: -2px;
color: var(--middarkgrey);
}
.gh-member-cancelstripe-checkbox input:checked + .input-toggle-component {
border-color: color-mod(var(--red) l(-5%));
background: var(--red);
}
/* Import modal
/* ---------------------------------------------------------- */
.fullscreen-modal-import-members {
max-width: 640px;
}
.gh-members-import-uploader {
width: 100%;
min-height: 180px;
}
.gh-members-import-file {
min-height: 180px;
}
.gh-members-import-spinner {
position: relative;
display: flex;
min-height: 182px;
justify-content: center;
align-items: center;
}
.gh-members-import-spinner .gh-loading-content {
padding-bottom: 0px;
}
.gh-members-import-spinner .description {
padding-top: 46px;
}
.gh-members-upload-errorcontainer {
border: 1px solid var(--whitegrey);
border-radius: 4px;
padding: 12px;
margin-bottom: 24px;
color: var(--middarkgrey);
}
.gh-members-upload-errorcontainer.warning {
border-left: 4px solid var(--yellow);
}
.gh-members-upload-errorcontainer.warning p a {
color: color-mod(var(--yellow) l(-12%));
text-decoration: underline;
}
.gh-members-upload-errorcontainer.error {
border-left: 4px solid var(--red);
}
.gh-members-upload-errorcontainer.error p a {
color: var(--red);
text-decoration: underline;
}
.gh-members-import-errormessage {
font-size: 1.25rem;
font-weight: 600;
margin: 12px 0 0;
}
p.gh-members-import-errorcontext {
font-size: 1.25rem;
line-height: 1.3em;
margin: 0;
font-weight: 400;
}
.gh-members-import-scrollarea {
position: relative;
max-height: calc(100vh - 350px - 12vw);
min-height: 175px;
overflow-y: scroll;
margin: 0 -32px;
padding: 0 32px;
background:
/* Shadow covers */
linear-gradient(var(--white) 30%, rgba(255,255,255,0)),
linear-gradient(rgba(255,255,255,0), var(--white) 70%) 0 100%,
/* Shadows */
/* radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.12), rgba(0,0,0,0)) -64px 0,
radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.12), rgba(0,0,0,0)) -64px 100%; */
linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0)),
linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.08)) 0 100%;
background-repeat: no-repeat;
background-color: var(--white);
background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
/* Opera doesn't support this in the shorthand */
background-attachment: local, local, scroll, scroll;
margin-top: 4px;
}
.gh-members-import-errorheading {
font-size: 1.4rem;
line-height: 1.55em;
margin-top: 2px;
}
p.gh-members-import-errordetailtext {
font-size: 1.3rem;
line-height: 1.4em;
color: var(--midgrey);
}
.gh-members-import-errordetailtext:first-of-type {
border-top: 1px solid var(--lightgrey);
padding-top: 8px;
margin-top: 8px;
}
.gh-members-import-errordetailtext:not(:last-of-type) {
padding-bottom: 4px;
margin-bottom: 6px;
}
.gh-members-import-table {
position: relative;
margin-bottom: 1px;
}
.gh-members-import-table::before {
position: absolute;
display: block;
content: "";
top: 0;
left: -33px;
bottom: 0;
height: 100%;
width: 32px;
background: var(--white);
}
.gh-members-import-table::after {
position: absolute;
display: block;
content: "";
top: 0;
right: -32px;
bottom: 0;
height: 100%;
width: 32px;
background: var(--white);
}
.gh-members-import-table th {
padding: 3px 8px;
background: color-mod(var(--darkgrey) a(5%) s(+50%));
border-left: 1px solid var(--member-import-table-border);
border-top: 1px solid var(--member-import-table-outline);
border-bottom: 1px solid var(--member-import-table-border);
}
.gh-members-import-table tr th:first-of-type {
border-left: 1px solid var(--member-import-table-outline);
width: 180px;
}
.gh-members-import-table tr th:last-of-type {
border-right: 1px solid var(--member-import-table-outline);
}
.gh-members-import-table td.empty-cell {
background: color-mod(var(--darkgrey) a(3%) s(+50%));
}
.gh-members-import-table td {
padding: 7px 8px 6px;
border-left: 1px solid var(--member-import-table-border);
border-bottom: 1px solid var(--member-import-table-border);
vertical-align: top;
}
.gh-members-import-table tr td:first-of-type {
border-left: 1px solid var(--member-import-table-outline);
width: 180px;
}
.gh-members-import-table tr td:last-of-type {
padding: 0;
border-right: 1px solid var(--member-import-table-outline);
}
.gh-members-import-table tr:last-of-type td {
border-bottom: 1px solid var(--member-import-table-outline);
}
.gh-members-import-datanav {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.05);
}
p.gh-members-import-errordetail {
font-size: 1.2rem;
line-height: 1.4em;
margin: 10px 0 0 24px;
}
p.gh-members-import-errordetail:first-of-type {
border-top: 1px solid var(--whitegrey);
padding-top: 8px;
margin-top: 8px;
}
.gh-import-member-select {
height: auto;
border: none;
background: none;
border-radius: 0;
}
.gh-import-member-select select {
height: 34px;
border: none;
font-size: 1.3rem;
line-height: 1em;
padding: 4px 4px 4px 8px;
background: none;
color: var(--middarkgrey);
font-weight: 600;
border-radius: 0;
}
.gh-import-member-select select option {
font-weight: 400;
color: var(--darkgrey);
}
.gh-import-member-select select:focus {
background: none;
color: var(--middarkgrey);
}
.gh-import-member-select.unmapped select,
.gh-import-member-select.unmapped select:focus {
color: var(--midlightgrey);
font-weight: 400;
}
.gh-import-member-select svg {
right: 9px;
}
.gh-members-import-table th.table-cell-field,
.gh-members-import-table td.table-cell-field,
.gh-members-import-table th.table-cell-data,
.gh-members-import-table td.table-cell-data {
max-width: 180px;
overflow-wrap: break-word;
}
.gh-member-import-result-summary {
padding: 20px;
}
.gh-member-import-result-summary h2 {
font-size: 3.6rem;
font-weight: 600;
margin: 0;
padding: 0;
}
.gh-member-import-result-summary p {
margin: -2px 0 0;
padding: 0;
color: var(--midlightgrey);
}
.gh-member-import-nodata span {
display: flex;
min-height: 144px;
align-items: center;
justify-content: center;
color: var(--midgrey);
}
/* Fixing Firefox's select padding */
@-moz-document url-prefix() {
.gh-import-member-select select {
padding: 4px;
}
}
/* Email newsletter design settings
/* -------------------------------------------------------- */
.gh-email-design-typography .gh-radio {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
padding: 0;
margin-bottom: 12px;
}
.gh-email-design-typography .gh-radio-content {
border: 1px solid var(--whitegrey);
border-radius: 4px;
margin: 0 -32px 0 0;
}
.gh-email-design-typography .active .gh-radio-content {
border: 1px solid transparent;
box-shadow: 0px 0px 0px 2px var(--blue);
}
.gh-email-design-typography .gh-radio-button {
margin-right: 12px;
opacity: 0;
}
.gh-email-design-typography .gh-radio-label {
padding: 12px 12px 12px 14px;
display: flex;
align-items: center;
}
.gh-email-design-typography .gh-radio-label .sample {
display: block;
font-size: 3.2rem;
margin-right: 10px;
font-weight: 600;
width: 44px;
text-align: center;
}
.gh-email-design-typography .gh-radio-label .description h4 {
font-size: 1.3rem;
margin: 0;
padding: 0;
line-height: 1.4em;
}
.gh-email-design-typography .gh-radio-label.serif .description h4 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 1.3rem;
}
.gh-email-design-typography .gh-radio-label .description p {
font-size: 1.2rem !important;
margin: 0;
padding: 0;
}
.gh-email-design-typography .gh-radio-label.serif .description p {
font-size: 1.25rem !important;
margin: 0;
padding: 0;
}
.gh-members-emailsettings-footer-input {
border: 1px solid var(--whitegrey);
padding: 0 12px 6px 12px;
height: 120px;
border-radius: 4px;
}
.gh-members-emailsettings-footer-input p {
color: var(--darkgrey);
font-size: 1.4rem !important;
line-height: 1.5em !important;
}
.gh-members-emailsettings-footer {
border-top: 1px solid var(--whitegrey);
padding-top: 20px;
margin-bottom: 4px;
}
.gh-members-emailsettings-footer .form-group {
align-items: flex-start;
}
.gh-members-emailsettings-promotelabel {
display: flex;
align-items: flex-start;
}
.gh-members-emailsettings-promotelabel p {
margin-right: 20px;
}
.gh-members-emailsettings-promotelabel svg {
width: 20px;
margin-right: 8px;
}
.gh-members-emailsettings-promotelabel svg path {
stroke: var(--red);
}
.gh-members-emailsettings-footer .for-switch {
margin-top: -2px;
}
.gh-members-emailpreview {
display: flex;
flex-direction: column;
padding: 32px;
}
.gh-members-emailpreview:after {
content: "\00a0";
display: block;
height: 32px;
width: 100%;
}
.gh-members-emailpreview-container {
background: #fff;
border-radius: 12px;
padding: 0;
margin: 32px auto;
box-shadow:
0 0 0 1px rgba(0,0,0,0.02),
0 2.8px 2.2px rgba(0, 0, 0, 0.02),
0 6.7px 5.3px rgba(0, 0, 0, 0.028),
0 12.5px 10px rgba(0, 0, 0, 0.035),
0 22.3px 17.9px rgba(0, 0, 0, 0.042),
0 41.8px 33.4px rgba(0, 0, 0, 0.05),
0 100px 80px rgba(0, 0, 0, 0.07);
;
color: var(--blackgrey);
cursor: auto;
width: 100%;
max-width: 700px;
}
.gh-members-emailpreview-container a {
color: var(--midgrey);
text-decoration: underline;
pointer-events: none;
cursor: auto;
}
.gh-members-emailpreview-faux {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
height: 78px;
padding: 0 24px;
border-bottom: 1px solid var(--lightgrey-d1);
background: var(--white);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.gh-members-emailpreview-faux p {
margin: 0;
padding: 0;
color: var(--midlightgrey);
}
.gh-members-emailpreview-faux .strong {
font-size: 1.5rem;
font-weight: 500;
color: var(--darkgrey);
}
.gh-members-emailpreview-faux .dark {
color: var(--darkgrey);
}
.gh-members-emailpreview-contents {
padding: 0 50px;
margin: 0 20px;
}
.gh-members-emailpreview-header {
display: flex;
flex-direction: column;
align-items: center;
padding: 50px 0;
border-bottom: 1px solid #e5eff5;
margin-bottom: -10px;
}
.gh-members-emailpreview-header.hide {
display: none;
}
.gh-members-emailpreview-header img {
width: 48px;
height: 48px;
border-radius: 4px;
margin-top: 20px;
margin-bottom: 10px;
}
.gh-members-emailpreview-header h4 {
text-align: center;
font-size: 1.6rem;
letter-spacing: -0.1px;
font-weight: 700;
text-transform: uppercase;
color: #15212A;
}
.gh-members-emailpreview-title {
display: flex;
flex-direction: column;
align-items: center;
padding: 50px 0 40px;
}
.gh-members-emailpreview-title h2 {
font-size: 4.2rem;
line-height: 1.1em;
font-weight: 600;
text-align: center;
margin: 0;
padding: 0 0 10px;
color: #15212A;
}
.gh-members-emailpreview-title p {
margin: 0;
padding: 0 0 10px;
white-space: nowrap;
font-size: 1.3rem;
line-height: 1;
letter-spacing: 0.2px;
text-transform: uppercase;
text-align: center;
color: #15212A;
}
.gh-members-emailpreview-title p span {
color: var(--midgrey);
}
.gh-members-emailpreview-title a {
text-decoration: none;
color: #15212A;
}
.gh-members-emailpreview-content {
padding-bottom: 20px;
border-bottom: 1px solid #e5eff5;
}
.gh-members-emailpreview-content p {
font-family: Georgia, serif;
font-size: 1.8rem;
line-height: 1.5em;
color: #15212A;
max-width: 600px;
width: 100%;
}
.gh-members-emailpreview-content.sans-serif p {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
font-size: 1.75rem;
line-height: 1.5em;
}
.gh-members-emailpreview-footer {
padding: 40px 0 0;
display: flex;
flex-direction: column;
align-items: center;
}
.gh-members-emailpreview-footercontent {
font-size: 1.3rem;
text-align: center;
line-height: 1.5em;
color: #738a94;
padding: 10px 30px;
}
.gh-members-emailpreview-footercontent p {
font-size: 1.3rem;
text-align: center;
line-height: 1.5em;
color: #738a94;
margin: 0;
padding: 0;
}
.gh-members-emailpreview-footercontent strong {
font-weight: 600;
}
.gh-members-emailpreview-footersite {
font-size: 1.3rem;
text-align: center;
color: #738a94;
padding: 10px 30px 60px;
}
.gh-members-emailpreview-footersite span {
color: #738a94;
}
.gh-members-emailpreview-badge {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px 0 40px;
}
.gh-members-emailpreview-badge.hide {
display: none;
}
.gh-members-emailpreview-badge a {
display: inline-flex;
align-items: center;
padding: 6px 9px 6px 6px;
border: none;
font-size: 12px;
line-height: 12px;
letter-spacing: -.3px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
font-weight: 600;
text-decoration: none;
color: #383838;
background: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);
cursor: auto;
outline: none;
pointer-events: none;
background: #fff;
}
.gh-members-emailpreview-badge svg {
height: 16px;
width: 16px;
margin: 0 6px 0 0;
}
@media (min-height: 1070px) {
.gh-members-emailpreview-container {
transform: scale(0.9);
}
}