2015-05-14 16:45:37 +03:00
|
|
|
/* Content /ghost/
|
|
|
|
|
2017-01-25 23:05:28 +03:00
|
|
|
/* Header
|
2015-05-14 16:45:37 +03:00
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-contentfilter {
|
2017-01-25 23:05:28 +03:00
|
|
|
display: flex;
|
2017-03-11 14:23:44 +03:00
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2019-07-15 16:06:27 +03:00
|
|
|
margin: 0 24px;
|
2019-06-18 13:47:21 +03:00
|
|
|
padding: 0;
|
2017-02-15 15:43:49 +03:00
|
|
|
list-style: none;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-contentfilter li {
|
|
|
|
position: relative;
|
2017-01-25 23:05:28 +03:00
|
|
|
display: inline-block;
|
2017-02-15 15:43:49 +03:00
|
|
|
margin: 0 25px 0 0;
|
2017-02-03 17:00:42 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-contentfilter li.active:after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background: var(--darkgrey);
|
|
|
|
position: absolute;
|
|
|
|
top: -1px;
|
|
|
|
opacity: 0.5;
|
2017-02-03 17:00:42 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-contentfilter li a {
|
|
|
|
display: block;
|
|
|
|
padding: 13px 1px 0;
|
2018-04-03 13:52:18 +03:00
|
|
|
color: color-mod(var(--midgrey) l(+8%));
|
2017-02-15 15:43:49 +03:00
|
|
|
font-size: 1.5rem;
|
2022-07-21 10:58:22 +03:00
|
|
|
letter-spacing: 0;
|
2019-06-18 13:47:21 +03:00
|
|
|
font-weight: 400;
|
2017-02-15 15:43:49 +03:00
|
|
|
letter-spacing: 0.3px;
|
2017-02-03 17:00:42 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-contentfilter a.active {
|
|
|
|
font-weight: 500;
|
2017-02-03 17:00:42 +03:00
|
|
|
color: var(--darkgrey);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-04-10 14:16:19 +03:00
|
|
|
.gh-contentfilter-menu-trigger,
|
|
|
|
.gh-contentfilter-menu-trigger:focus,
|
|
|
|
.gh-contentfilter-menu-trigger--active {
|
2019-06-18 13:47:21 +03:00
|
|
|
background: var(--white);
|
2021-02-04 18:52:19 +03:00
|
|
|
font-size: 1.35rem;
|
2019-06-18 13:47:21 +03:00
|
|
|
font-weight: 400;
|
|
|
|
color: var(--darkgrey);
|
2020-09-08 18:56:44 +03:00
|
|
|
letter-spacing: 0.2px;
|
2021-02-12 16:29:44 +03:00
|
|
|
height: 34px;
|
|
|
|
padding: 6px 12px 6px;
|
2021-02-04 15:37:04 +03:00
|
|
|
margin-right: 8px;
|
2019-06-18 13:47:21 +03:00
|
|
|
outline: none;
|
2017-04-10 14:16:19 +03:00
|
|
|
border: none;
|
2021-02-04 15:37:04 +03:00
|
|
|
border-radius: 2px !important;
|
2019-06-18 13:47:21 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
transition: all 0.25s ease;
|
2021-02-12 16:29:44 +03:00
|
|
|
overflow: hidden;
|
2017-04-10 14:16:19 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-contentfilter-menu-trigger:hover {
|
|
|
|
cursor: pointer;
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--darkgrey);
|
2021-02-04 15:37:04 +03:00
|
|
|
background: var(--whitegrey);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-contentfilter-selected .gh-contentfilter-menu-trigger,
|
|
|
|
.gh-contentfilter-selected .gh-contentfilter-menu-trigger:hover {
|
2021-02-04 17:25:20 +03:00
|
|
|
font-weight: 600;
|
2021-02-04 20:19:39 +03:00
|
|
|
background: var(--whitegrey-l1);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
.gh-contentfilter-selected:not(.no-highlight) .gh-contentfilter-menu-trigger,
|
|
|
|
.gh-contentfilter-selected:not(.no-highlight) .gh-contentfilter-menu-trigger:hover {
|
|
|
|
color: var(--green)
|
|
|
|
}
|
|
|
|
|
2021-02-05 14:04:36 +03:00
|
|
|
.gh-canvas-header.grey .gh-contentfilter-menu-trigger,
|
|
|
|
.gh-canvas-header.grey .gh-contentfilter-menu-trigger:focus,
|
|
|
|
.gh-canvas-header.grey .gh-contentfilter-menu-trigger--active {
|
|
|
|
background: var(--main-color-content-greybg);
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-contentfilter-menu-trigger svg path {
|
2021-02-04 15:37:04 +03:00
|
|
|
stroke: var(--black);
|
2017-04-10 14:16:19 +03:00
|
|
|
}
|
|
|
|
|
2021-02-11 18:24:40 +03:00
|
|
|
.gh-btn-save-view svg {
|
|
|
|
margin-top: 3px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-10 14:16:19 +03:00
|
|
|
.gh-contentfilter .ember-power-select-selected-item,
|
|
|
|
.gh-contentfilter .ember-power-select-placeholder {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-contentfilter-menu-dropdown {
|
2017-07-06 13:04:28 +03:00
|
|
|
width: 180px;
|
2019-06-18 13:47:21 +03:00
|
|
|
margin-top: 6px;
|
|
|
|
padding: 6px 0;
|
2017-04-10 14:16:19 +03:00
|
|
|
border: none !important;
|
2021-02-04 18:52:19 +03:00
|
|
|
font-size: 1.35rem;
|
2019-06-18 13:47:21 +03:00
|
|
|
box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 7px 20px -5px rgba(0,0,0,.15);
|
|
|
|
border-radius: 5px !important;
|
2017-04-10 14:16:19 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-contentfilter-menu-dropdown .ember-power-select-search input {
|
|
|
|
display: block !important;
|
2019-06-18 13:47:21 +03:00
|
|
|
margin: 0 14px !important;
|
|
|
|
border-bottom: 1px solid var(--lightgrey) !important;
|
|
|
|
width: calc(100% - 28px) !important;
|
2017-04-10 14:16:19 +03:00
|
|
|
}
|
|
|
|
|
2017-07-06 13:04:28 +03:00
|
|
|
.gh-contentfilter-menu-dropdown .ember-power-select-option {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-contentfilter-sort .gh-contentfilter-menu-trigger .ember-power-select-selected-item::before {
|
|
|
|
content: "Sort by: ";
|
|
|
|
}
|
|
|
|
|
2020-01-30 18:35:36 +03:00
|
|
|
.gh-contentfilter-actions svg {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin: 2px 0 0;
|
2021-02-04 15:37:04 +03:00
|
|
|
color: var(--black);
|
2020-01-30 18:35:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-contentfilter-actions svg g {
|
2021-02-04 15:37:04 +03:00
|
|
|
stroke: var(--black);
|
2020-01-30 18:35:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-contentfilter-button {
|
|
|
|
display: flex;
|
|
|
|
height: 33px;
|
|
|
|
line-height: 33px;
|
2021-02-04 20:19:39 +03:00
|
|
|
background: color-mod(var(--whitegrey-l1) l(-3%));
|
2020-01-30 18:35:36 +03:00
|
|
|
}
|
|
|
|
|
2015-05-14 16:45:37 +03:00
|
|
|
|
2017-01-25 23:05:28 +03:00
|
|
|
/* Content List
|
2015-05-14 16:45:37 +03:00
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
|
|
|
.content-list {
|
2017-02-03 17:00:42 +03:00
|
|
|
position: relative;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-02-03 17:00:42 +03:00
|
|
|
.gh-posts-list-item {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-posts-list-item a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2019-08-27 16:51:31 +03:00
|
|
|
.content-list .gh-list-header.no-padding {
|
2019-06-18 13:47:21 +03:00
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2019-11-14 15:53:43 +03:00
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-posts-title-header {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2022-08-25 14:29:50 +03:00
|
|
|
.gh-posts-status-header {
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
|
2022-08-23 17:53:48 +03:00
|
|
|
.gh-posts-signups-header,
|
|
|
|
.gh-posts-conversions-header,
|
2022-08-23 20:42:09 +03:00
|
|
|
.gh-posts-sends-header,
|
|
|
|
.gh-posts-opens-header {
|
2022-08-24 13:12:55 +03:00
|
|
|
width: 90px;
|
|
|
|
padding-right: 8px;
|
2022-08-23 17:53:48 +03:00
|
|
|
}
|
|
|
|
|
2022-08-23 20:42:09 +03:00
|
|
|
.feature-memberAttribution .gh-posts-opens-header {
|
2022-08-24 14:34:24 +03:00
|
|
|
width: 150px;
|
2019-11-14 15:53:43 +03:00
|
|
|
}
|
|
|
|
|
2022-08-25 14:30:32 +03:00
|
|
|
.gh-list.feature-memberAttribution .gh-posts-status-header {
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
2022-08-24 14:34:24 +03:00
|
|
|
.gh-list:not(.feature-memberAttribution) .gh-posts-status-header {
|
2020-11-26 20:19:05 +03:00
|
|
|
width: 140px;
|
2022-08-24 14:34:24 +03:00
|
|
|
}
|
2019-11-14 15:53:43 +03:00
|
|
|
|
2022-08-23 17:53:48 +03:00
|
|
|
.pages-list .gh-posts-conversions-header,
|
|
|
|
.pages-list .gh-posts-sends-header {
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-post-list-title {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2022-02-01 20:59:20 +03:00
|
|
|
.gh-post-list-external {
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
margin-left: 6px;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-external path {
|
|
|
|
fill: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-list-row:hover .gh-post-list-external {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-post-list-featured {
|
2019-10-16 21:03:35 +03:00
|
|
|
padding: 15px 0px 20px 10px;
|
2019-06-18 13:47:21 +03:00
|
|
|
width: 1px;
|
2019-10-16 21:03:35 +03:00
|
|
|
vertical-align: top;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-updated,
|
2020-11-26 20:19:05 +03:00
|
|
|
.gh-post-list-author,
|
|
|
|
.gh-post-list-recipients,
|
2022-08-23 14:22:46 +03:00
|
|
|
.gh-post-list-opens,
|
|
|
|
.gh-post-list-signups,
|
|
|
|
.gh-post-list-conversions {
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--middarkgrey);
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
2022-08-24 13:12:55 +03:00
|
|
|
.gh-post-list-signups,
|
|
|
|
.gh-post-list-conversions,
|
|
|
|
.gh-post-list-recipients {
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
2022-08-25 12:34:46 +03:00
|
|
|
/** TODO: improve this hover style */
|
2022-08-25 18:01:12 +03:00
|
|
|
a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:hover > span {
|
2022-08-25 12:34:46 +03:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-content-entry-title {
|
2022-02-01 20:59:20 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-02-15 15:43:49 +03:00
|
|
|
margin: 0 0 3px 0;
|
2021-02-03 22:08:01 +03:00
|
|
|
font-size: 1.6rem !important;
|
2017-02-15 15:43:49 +03:00
|
|
|
font-weight: 600;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-content-entry-title a {
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--darkgrey);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-posts-list-item p {
|
2019-06-18 13:47:21 +03:00
|
|
|
margin: 2px 0 0;
|
|
|
|
font-size: 1.3rem;
|
2019-04-15 19:23:09 +03:00
|
|
|
overflow-wrap: break-word;
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--middarkgrey);
|
|
|
|
}
|
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
.gh-schedule-plan {
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--green-d1);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-schedule-subtext {
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
2015-05-14 16:45:37 +03:00
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-content-entry-meta {
|
2019-06-18 13:47:21 +03:00
|
|
|
margin: 4px 0 0 0;
|
2017-02-15 15:43:49 +03:00
|
|
|
font-size: 1.3rem;
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--midlightgrey);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-content-entry-meta .gh-badge {
|
|
|
|
margin-right: 3px;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
.gh-content-email-stats-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-08-23 14:22:46 +03:00
|
|
|
.gh-content-attribution-stats-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-11-22 18:25:06 +03:00
|
|
|
.gh-content-status-draft,
|
|
|
|
.gh-content-status-published,
|
2020-01-30 18:35:36 +03:00
|
|
|
.gh-content-status-scheduled,
|
2019-11-22 18:25:06 +03:00
|
|
|
.gh-content-status-emailed {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-08-24 15:11:10 +03:00
|
|
|
height: 20px;
|
2021-02-12 19:15:25 +03:00
|
|
|
padding: 0 9px;
|
2019-11-22 18:25:06 +03:00
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-content-status-published {
|
2021-08-24 15:11:10 +03:00
|
|
|
color: var(--midgrey-d1);
|
2021-02-11 12:56:54 +03:00
|
|
|
background: var(--whitegrey);
|
2021-02-12 19:15:25 +03:00
|
|
|
border-radius: 999px;
|
2019-06-18 13:47:21 +03:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-status-featured {
|
|
|
|
color: var(--blue);
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 500;
|
|
|
|
padding: 0 3px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-status-featured svg {
|
|
|
|
display: inline-block;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
margin-left: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-status-featured svg path {
|
|
|
|
fill: var(--blue);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2019-11-22 18:25:06 +03:00
|
|
|
.gh-content-status-emailed {
|
2022-08-24 14:34:24 +03:00
|
|
|
margin: 0;
|
2021-08-24 15:11:10 +03:00
|
|
|
color: var(--midgrey-d1);
|
2021-08-23 13:28:40 +03:00
|
|
|
background: var(--whitegrey);
|
2021-08-24 15:11:10 +03:00
|
|
|
border-radius: 999px;
|
2019-11-22 18:25:06 +03:00
|
|
|
}
|
|
|
|
|
2022-08-24 14:34:24 +03:00
|
|
|
.feature-memberAttribution .gh-content-status-emailed {
|
|
|
|
margin: 0px 6px;
|
|
|
|
}
|
|
|
|
|
2021-08-23 13:28:40 +03:00
|
|
|
.gh-content-status-emailed svg,
|
2021-08-24 15:11:10 +03:00
|
|
|
.gh-content-status-published svg,
|
|
|
|
.gh-content-status-scheduled svg {
|
2019-11-22 18:25:06 +03:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2021-08-24 15:11:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-status-emailed svg path,
|
|
|
|
.gh-content-status-published svg path {
|
|
|
|
stroke: var(--midgrey-d1);
|
|
|
|
stroke-width: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-status-scheduled svg path {
|
|
|
|
stroke: var(--green-d2);
|
|
|
|
stroke-width: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-status-published svg,
|
|
|
|
.gh-content-status-scheduled svg {
|
|
|
|
margin-left: 6px;
|
2019-11-14 15:53:43 +03:00
|
|
|
}
|
|
|
|
|
2019-11-22 18:25:06 +03:00
|
|
|
.gh-content-status-emailed.error {
|
|
|
|
background: color-mod(var(--red) a(10%));
|
2019-11-14 15:53:43 +03:00
|
|
|
}
|
|
|
|
|
2019-11-25 19:44:18 +03:00
|
|
|
.gh-content-status-emailed.scheduled {
|
|
|
|
background: color-mod(var(--green) a(20%));
|
|
|
|
}
|
|
|
|
|
2022-08-24 13:12:55 +03:00
|
|
|
.gh-post-list-plain-status .gh-content-status-draft,
|
|
|
|
.gh-post-list-plain-status .gh-content-status-published,
|
|
|
|
.gh-post-list-plain-status .gh-content-status-scheduled,
|
|
|
|
.gh-post-list-plain-status .gh-content-status-emailed {
|
|
|
|
background: none;
|
|
|
|
color: var(--darkgrey);
|
|
|
|
text-transform: unset;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-post-status-email {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-post-status-email path {
|
|
|
|
stroke: var(--darkgrey) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-post-status-icon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 0 7px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-published .gh-post-status-icon {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-scheduled .gh-post-status-icon path {
|
|
|
|
stroke: var(--purple) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-draft .gh-post-status-icon path {
|
|
|
|
stroke: var(--pink) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-published .gh-post-status-icon path {
|
|
|
|
stroke: var(--midgrey-l1) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-published,
|
|
|
|
.gh-post-list-plain-status .gh-content-status-emailed {
|
|
|
|
color: var(--midgrey-l1);
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-published .gh-post-status-email path {
|
|
|
|
stroke: var(--midgrey-l1) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-plain-status .gh-content-status-emailed path {
|
|
|
|
stroke: var(--midgrey-l1) !important;
|
|
|
|
stroke-width: 1.5;
|
|
|
|
}
|
|
|
|
|
2017-02-15 15:43:49 +03:00
|
|
|
.gh-content-entry-author {
|
2019-06-18 13:47:21 +03:00
|
|
|
color: var(--middarkgrey);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2019-03-25 18:43:38 +03:00
|
|
|
.gh-posts-placeholder {
|
2022-02-09 11:34:12 +03:00
|
|
|
width: 60px;
|
|
|
|
fill: var(--lightgrey);
|
2019-03-25 18:43:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-pages-placeholder {
|
2022-02-09 11:34:12 +03:00
|
|
|
width: 60px;
|
|
|
|
fill: var(--lightgrey);
|
2019-03-25 18:43:38 +03:00
|
|
|
}
|
|
|
|
|
2019-11-08 13:17:28 +03:00
|
|
|
.gh-post-list-email {
|
|
|
|
padding: 0 15px 2px;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
2022-08-23 17:53:48 +03:00
|
|
|
@media (max-width: 1600px) {
|
2022-08-23 20:42:09 +03:00
|
|
|
.feature-memberAttribution .gh-post-list-status,
|
|
|
|
.feature-memberAttribution .gh-post-list-recipients,
|
|
|
|
.feature-memberAttribution .gh-post-list-opens,
|
|
|
|
.feature-memberAttribution .gh-post-list-signups,
|
|
|
|
.feature-memberAttribution .gh-post-list-conversions {
|
2022-08-23 20:27:23 +03:00
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
|
2022-08-23 20:42:09 +03:00
|
|
|
.feature-memberAttribution .gh-posts-signups-header,
|
|
|
|
.feature-memberAttribution .gh-posts-conversions-header,
|
|
|
|
.feature-memberAttribution .gh-posts-sends-header {
|
2022-08-23 17:53:48 +03:00
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2022-08-23 20:42:09 +03:00
|
|
|
.feature-memberAttribution .gh-posts-opens-header {
|
2022-08-24 13:12:55 +03:00
|
|
|
width: 100px;
|
2022-08-23 17:53:48 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
/* Mobile style of post list */
|
2022-08-23 14:22:46 +03:00
|
|
|
@media (max-width: 1200px) {
|
2022-08-24 14:34:24 +03:00
|
|
|
.feature-memberAttribution .gh-post-list-status,
|
|
|
|
.feature-memberAttribution .gh-post-list-recipients,
|
|
|
|
.feature-memberAttribution .gh-post-list-opens,
|
|
|
|
.feature-memberAttribution .gh-post-list-signups,
|
|
|
|
.feature-memberAttribution .gh-post-list-conversions {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-08-29 11:59:56 +03:00
|
|
|
.feature-memberAttribution .gh-content-status-draft,
|
|
|
|
.feature-memberAttribution .gh-content-status-published,
|
|
|
|
.feature-memberAttribution .gh-content-status-scheduled,
|
|
|
|
.feature-memberAttribution .gh-content-status-emailed {
|
2022-08-24 14:34:24 +03:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-posts-list-item {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2021-02-12 16:29:44 +03:00
|
|
|
border-bottom: 1px solid var(--whitegrey);
|
2019-06-18 13:47:21 +03:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2019-10-18 14:05:34 +03:00
|
|
|
.gh-posts-list-item:nth-of-type(2) {
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-posts-list-item:hover {
|
|
|
|
background: var(--whitegrey-l2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-posts-list-item:hover .gh-list-data {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-post-list-featured {
|
|
|
|
display: block;
|
|
|
|
order: 1;
|
|
|
|
border-bottom: none;
|
|
|
|
position: absolute;
|
2019-10-16 21:03:35 +03:00
|
|
|
left: -6px;
|
|
|
|
top: 4px;
|
2019-10-18 14:05:34 +03:00
|
|
|
border: none;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-title {
|
|
|
|
display: block;
|
|
|
|
order: 2;
|
|
|
|
flex: 1 1 100%;
|
|
|
|
border: none;
|
|
|
|
padding: 20px 28px 4px;
|
|
|
|
}
|
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
.gh-post-list-status,
|
|
|
|
.gh-post-list-recipients,
|
2022-08-23 14:22:46 +03:00
|
|
|
.gh-post-list-opens,
|
|
|
|
.gh-post-list-signups,
|
|
|
|
.gh-post-list-conversions {
|
2019-06-18 13:47:21 +03:00
|
|
|
display: inline-block;
|
|
|
|
border: none;
|
2021-02-12 16:29:44 +03:00
|
|
|
padding: 0 4px 20px 0;
|
2019-06-18 13:47:21 +03:00
|
|
|
font-size: 1.3rem;
|
|
|
|
max-width: 140px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
.gh-post-list-status {
|
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-recipients {
|
|
|
|
order: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-opens {
|
|
|
|
order: 5;
|
|
|
|
}
|
|
|
|
|
2022-08-23 14:22:46 +03:00
|
|
|
.gh-post-list-signups {
|
|
|
|
order: 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-conversions {
|
|
|
|
order: 7;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-post-list-updated {
|
|
|
|
display: inline-block;
|
2020-11-26 20:19:05 +03:00
|
|
|
order: 6;
|
2019-06-18 13:47:21 +03:00
|
|
|
border: none;
|
|
|
|
padding: 0 4px 20px;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
max-width: calc((100% - 140px) * 1/4);
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-author {
|
|
|
|
display: inline-block;
|
2020-11-26 20:19:05 +03:00
|
|
|
order: 7;
|
2019-06-18 13:47:21 +03:00
|
|
|
border: none;
|
|
|
|
padding: 0 4px 20px 0;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
max-width: calc((100% - 140px) * 3/4);;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-author:before {
|
|
|
|
content: "- by";
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-headers,
|
|
|
|
.gh-post-list-actions {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
.gh-content-email-stats {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-email-stats-mobile {
|
|
|
|
display: inherit;
|
2022-08-24 14:34:24 +03:00
|
|
|
padding: 0 0.33em;
|
2022-08-23 14:22:46 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-attribution-stats {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-content-attribution-stats-mobile {
|
|
|
|
display: inherit;
|
2022-08-24 14:34:24 +03:00
|
|
|
padding: 0 0.33em;
|
2022-08-23 14:22:46 +03:00
|
|
|
}
|
|
|
|
|
2022-08-24 17:46:39 +03:00
|
|
|
.posts-list .gh-list-nodata,
|
|
|
|
.pages-list .gh-list-nodata {
|
2022-08-23 14:22:46 +03:00
|
|
|
display: none;
|
2020-11-26 20:19:05 +03:00
|
|
|
}
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
.post-header {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-header .gh-canvas-title {
|
2019-10-18 14:05:34 +03:00
|
|
|
left: 25px;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-updated {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-list-author {
|
|
|
|
max-width: calc(100% - 140px);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-18 14:05:34 +03:00
|
|
|
@media (max-width: 430px) {
|
|
|
|
.post-header .view-actions .gh-contentfilter {
|
|
|
|
border-right: 1px solid var(--whitegrey-d1);
|
|
|
|
}
|
2020-01-30 18:35:36 +03:00
|
|
|
|
|
|
|
.gh-contentfilter-menu:last-of-type {
|
2019-10-18 14:05:34 +03:00
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-05-14 16:45:37 +03:00
|
|
|
@media (min-width: 901px) {
|
2017-02-03 17:00:42 +03:00
|
|
|
.gh-posts-list-item a:after {
|
2015-05-14 16:45:37 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Empty State
|
|
|
|
/* ---------------------------------------------------------- */
|
2019-06-18 13:47:21 +03:00
|
|
|
.no-posts {
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
2021-02-08 23:37:05 +03:00
|
|
|
border: none !important;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-posts + .infinity-loader {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2015-05-14 16:45:37 +03:00
|
|
|
|
|
|
|
.no-posts-box {
|
|
|
|
position: relative;
|
2015-05-16 14:43:12 +03:00
|
|
|
z-index: 600;
|
2015-06-17 16:41:29 +03:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2015-05-16 00:28:30 +03:00
|
|
|
margin: 0 auto;
|
2022-03-09 20:07:01 +03:00
|
|
|
padding: 0 0 24px;
|
2021-02-08 23:37:05 +03:00
|
|
|
height: calc(100vh - 200px);
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-posts-box .no-posts {
|
2015-06-17 16:41:29 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2022-02-09 11:34:12 +03:00
|
|
|
margin-top: -32px;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2022-06-02 00:31:23 +03:00
|
|
|
.no-posts-box .no-posts h4 {
|
2022-05-25 11:08:47 +03:00
|
|
|
margin: 32px 0;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Keyboard Focus Effects
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
|
|
/* This has to be a pseudo element to sit over the top of everything else in the content list */
|
2015-10-15 15:03:26 +03:00
|
|
|
.tag-list-content.keyboard-focused:before,
|
|
|
|
.tag-settings.keyboard-focused:before {
|
2015-05-16 00:28:30 +03:00
|
|
|
content: "";
|
2015-05-14 16:45:37 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 500;
|
|
|
|
animation: keyboard-focus-style-fade-out 1.5s 1 forwards;
|
2015-05-16 14:43:12 +03:00
|
|
|
pointer-events: none;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
2022-09-13 14:18:32 +03:00
|
|
|
|
|
|
|
|
|
|
|
/* Post stats
|
|
|
|
/* --------------------------------------------------------- */
|
|
|
|
|
|
|
|
.gh-post-stats-box {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0 0 2.4rem;
|
|
|
|
padding: 2.8rem 2.4rem 2.4rem;
|
|
|
|
border: 1px solid var(--whitegrey);
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-box.grey {
|
|
|
|
border: none;
|
|
|
|
background: var(--whitegrey-l2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-title {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 2px;
|
|
|
|
color: var(--black);
|
|
|
|
font-size: 1.6rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-meta {
|
|
|
|
margin: 0 0 2.4rem;
|
|
|
|
color: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats {
|
|
|
|
position: relative;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
|
|
|
padding: 2.8rem 2.4rem 2.4rem;
|
|
|
|
background: var(--main-bg-color);
|
|
|
|
border-radius: 6px;
|
|
|
|
box-shadow: 0 1px 4px -1px rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-item {
|
|
|
|
border-left: 1px solid var(--whitegrey);
|
|
|
|
padding-left: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-item:first-child {
|
|
|
|
border-left: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-item h3 {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
color: var(--black);
|
|
|
|
font-size: 2.4rem;
|
|
|
|
font-weight: 700;
|
|
|
|
letter-spacing: -.4px;
|
|
|
|
line-height: 1em;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-item p {
|
|
|
|
margin: 0;
|
|
|
|
color: var(--midgrey);
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 500;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-stats-item p.strong {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-links-list-header {
|
|
|
|
margin: 0 0 12px;
|
|
|
|
padding: 0 0 8px;
|
|
|
|
border-bottom: 1px solid var(--whitegrey);
|
|
|
|
color: var(--midgrey);
|
|
|
|
font-size: 1.1rem;
|
|
|
|
font-weight: 500;
|
|
|
|
letter-spacing: 0.03em;
|
|
|
|
line-height: 1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-links-list-item {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin: 0 -2.4rem;
|
|
|
|
padding: 1rem 2.4rem;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
font-weight: 500;
|
|
|
|
letter-spacing: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-links-list-item:hover {
|
|
|
|
background: linear-gradient(315deg,#fafafb 60%,#fff);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-links-list-item a {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 32px 0 0;
|
|
|
|
color: var(--darkgrey);
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-links-list-item a:hover {
|
|
|
|
color: var(--midgrey-d2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-links-list-clicks {
|
|
|
|
margin: 0;
|
|
|
|
color: var(--darkgrey);
|
|
|
|
}
|