2022-03-10 18:24:31 +03:00
|
|
|
.gh-members-activity.gh-canvas {
|
|
|
|
padding-left: 48px;
|
|
|
|
padding-right: 48px;
|
|
|
|
margin: 0;
|
2022-03-09 18:02:36 +03:00
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
2022-03-10 18:24:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity .gh-list,
|
|
|
|
.gh-members-activity .gh-canvas-header-content,
|
|
|
|
.gh-members-activity .gh-member-details-activity {
|
|
|
|
max-width: calc(1320px - 48px - 48px);
|
|
|
|
margin: 0 auto;
|
2022-03-09 18:02:36 +03:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-03-10 18:24:31 +03:00
|
|
|
.gh-members-activity .gh-list-scrolling {
|
|
|
|
height: calc(100vh - 96px);
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
2022-03-10 18:24:31 +03:00
|
|
|
.gh-members-activity-single .gh-list-scrolling {
|
|
|
|
height: calc(100vh - 96px - 116px);
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity .gh-main-section-block {
|
2022-03-10 18:24:31 +03:00
|
|
|
padding: 16px 0 20px;
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity .gh-main-section-content {
|
|
|
|
margin: 0 -4px;
|
2022-01-26 12:52:51 +03:00
|
|
|
}
|
|
|
|
|
2022-03-01 17:57:57 +03:00
|
|
|
.gh-member-details-activity h3 {
|
2022-03-10 18:24:31 +03:00
|
|
|
margin: 0 0 2px;
|
2022-03-01 17:57:57 +03:00
|
|
|
padding: 0;
|
2022-03-09 18:02:36 +03:00
|
|
|
font-size: 1.6rem;
|
2022-03-01 17:57:57 +03:00
|
|
|
font-weight: 600;
|
2022-03-09 18:02:36 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
2022-03-01 17:57:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2022-03-09 18:02:36 +03:00
|
|
|
font-size: 1.4rem;
|
|
|
|
color: #40474f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity-link {
|
2022-03-09 19:59:27 +03:00
|
|
|
margin: 1px 0 0;
|
2022-03-09 18:02:36 +03:00
|
|
|
padding: 0;
|
|
|
|
font-size: 1.4rem;
|
2022-03-09 19:59:27 +03:00
|
|
|
font-weight: 400;
|
2022-03-09 20:17:47 +03:00
|
|
|
color: #2bba3c;
|
2022-03-09 18:02:36 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-03-09 19:59:27 +03:00
|
|
|
transition: color 125ms linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity-link:hover {
|
|
|
|
color: var(--green-d2);
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity-link svg {
|
|
|
|
width: 1.6rem;
|
|
|
|
height: 1.6rem;
|
|
|
|
margin-right: 0.6rem;
|
2022-03-09 20:17:47 +03:00
|
|
|
color: #2bba3c;
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
2022-03-09 19:59:27 +03:00
|
|
|
.gh-member-details-activity-link:hover svg {
|
|
|
|
color: var(--green-d2);
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-details-activity-email {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.4rem;
|
2022-03-01 17:57:57 +03:00
|
|
|
color: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
2022-03-10 18:24:31 +03:00
|
|
|
.gh-members-activity .gh-list-scrolling thead th:last-child {
|
|
|
|
width: 18%;
|
2022-03-09 18:02:36 +03:00
|
|
|
}
|
|
|
|
|
2022-03-10 18:24:31 +03:00
|
|
|
.gh-members-activity .gh-list-scrolling tbody .gh-list-data:last-child {
|
|
|
|
white-space: nowrap;
|
2022-01-26 14:18:58 +03:00
|
|
|
}
|
|
|
|
|
2022-01-27 18:09:17 +03:00
|
|
|
.gh-members-activity:not(.gh-members-activity-single) .gh-list-data {
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
2022-01-26 12:52:51 +03:00
|
|
|
}
|
|
|
|
|
2022-01-27 20:13:59 +03:00
|
|
|
.gh-members-activity .gh-list h3 {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2022-01-26 12:52:51 +03:00
|
|
|
.gh-list-data-event {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-01-26 14:18:58 +03:00
|
|
|
.gh-members-activity-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
2022-01-26 17:37:34 +03:00
|
|
|
padding: 1.25rem 0;
|
2022-01-26 14:18:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity-detail {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2022-01-26 12:52:51 +03:00
|
|
|
.gh-members-activity-description {
|
|
|
|
display: inline-block;
|
2022-01-26 17:37:34 +03:00
|
|
|
color: var(--middarkgrey);
|
2022-01-27 18:09:17 +03:00
|
|
|
font-weight: 500;
|
2022-01-26 12:52:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity-icon {
|
2022-01-26 14:18:58 +03:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2022-01-27 18:09:17 +03:00
|
|
|
margin: 0 0.75rem 0 0;
|
2022-01-26 14:18:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity-single .gh-members-activity-icon {
|
|
|
|
margin-bottom: 0;
|
2022-01-26 12:52:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity-icon svg {
|
2022-01-26 14:18:58 +03:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2022-01-26 17:37:34 +03:00
|
|
|
.gh-members-activity-name {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
color: var(--black);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity-event {
|
2022-04-13 12:28:13 +03:00
|
|
|
display: inline-block;
|
|
|
|
color: var(--middarkgrey);
|
|
|
|
font-weight: 500;
|
2022-03-10 18:24:31 +03:00
|
|
|
white-space: nowrap;
|
2022-01-26 12:52:51 +03:00
|
|
|
}
|
2022-01-26 20:54:09 +03:00
|
|
|
|
2022-04-13 12:28:13 +03:00
|
|
|
.gh-members-activity-event > a {
|
|
|
|
font-weight: 500;
|
|
|
|
color: var(--black);
|
|
|
|
}
|
|
|
|
|
2022-01-26 20:54:09 +03:00
|
|
|
.gh-member-activity-actions-menu {
|
2022-02-15 18:41:21 +03:00
|
|
|
top: auto;
|
2022-01-26 20:54:09 +03:00
|
|
|
left: auto;
|
|
|
|
padding: 2rem;
|
2022-02-15 18:41:21 +03:00
|
|
|
margin-top: 8px;
|
2022-01-26 20:54:09 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-activity-actions-menu h3 {
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
}
|
|
|
|
|
2022-01-27 20:13:59 +03:00
|
|
|
.gh-member-activity-actions-menu {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2022-01-26 20:54:09 +03:00
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
2022-02-15 18:41:21 +03:00
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option:first-child {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option:last-child {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-26 20:54:09 +03:00
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option label {
|
2022-02-15 18:41:21 +03:00
|
|
|
padding: 0.25rem 2rem 0.25rem 0;
|
2022-01-27 20:13:59 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-02-15 18:41:21 +03:00
|
|
|
justify-content: flex-start;
|
2022-01-27 20:13:59 +03:00
|
|
|
color: var(--midlightgrey);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-02-15 18:41:21 +03:00
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option label p {
|
2022-01-26 20:54:09 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
2022-02-15 18:41:21 +03:00
|
|
|
color: #394047;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
padding: 0.125rem 6rem 0 0.25rem;
|
|
|
|
margin: 0;
|
2022-01-26 20:54:09 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option input {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-27 20:13:59 +03:00
|
|
|
.gh-member-activity-actions-menu.dropdown-menu .gh-member-activity-actions-icon {
|
|
|
|
margin-right: 1.25rem;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
2022-01-26 20:54:09 +03:00
|
|
|
line-height: 1em;
|
|
|
|
fill: none;
|
|
|
|
}
|
|
|
|
|
2022-01-27 20:13:59 +03:00
|
|
|
.gh-member-activity-actions-menu.dropdown-menu .ember-power-select-option.selected .gh-member-activity-actions-icon path {
|
|
|
|
stroke: var(--middarkgrey);
|
|
|
|
}
|
|
|
|
|
2022-01-26 20:54:09 +03:00
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option.selected label {
|
2022-01-27 20:13:59 +03:00
|
|
|
font-weight: 500;
|
|
|
|
color: var(--darkgrey);
|
2022-01-26 20:54:09 +03:00
|
|
|
}
|
|
|
|
|
2022-01-27 20:13:59 +03:00
|
|
|
.gh-member-activity-actions-menu.dropdown-menu .gh-member-activity-actions-tick {
|
|
|
|
color: var(--green);
|
|
|
|
margin-right: -8px;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
2022-01-26 20:54:09 +03:00
|
|
|
}
|
2022-02-15 20:28:15 +03:00
|
|
|
|
|
|
|
.gh-member-filter-search-trigger {
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-filter-search-dropdown li {
|
|
|
|
height: 7rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: center;
|
|
|
|
padding-left: 17px;
|
|
|
|
border-bottom: 1px solid var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-filter-search-dropdown li:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-filter-search-dropdown li strong {
|
|
|
|
color: var(--black);
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 0.25rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-member-filter-search-dropdown li span {
|
|
|
|
font-weight: 400;
|
|
|
|
color: var(--middarkgrey);
|
|
|
|
}
|
2022-03-10 18:24:31 +03:00
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
.gh-members-activity.gh-canvas {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity .gh-canvas-header-content,
|
|
|
|
.gh-members-activity .gh-member-details-activity {
|
|
|
|
max-width: calc(100% - 4vw - 4vw);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity-single .gh-list-scrolling {
|
|
|
|
height: calc(100vh - 96px - 116px -64px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-activity .gh-list-scrolling {
|
|
|
|
margin-left: 4vw;
|
|
|
|
margin-right: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 4vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1450px) {
|
|
|
|
.gh-members-activity .gh-canvas-header.break.tablet .gh-canvas-header-content {
|
|
|
|
height: 95px;
|
|
|
|
border-bottom: 0;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.gh-members-activity .gh-canvas-header.break.tablet .gh-canvas-title {
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
}
|