Merge origin/master into feat/commercial-saas-polish
This commit is contained in:
@@ -4179,21 +4179,12 @@
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new) > .project-card__empty--dark {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background: #202020;
|
||||
color: rgba(255, 255, 255, 0.22);
|
||||
background: var(--bg-inset, transparent);
|
||||
color: rgba(255, 255, 255, 0.14);
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new) > .project-card__empty--dark .anticon {
|
||||
font-size: 34px;
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new)::after {
|
||||
content: "";
|
||||
grid-area: 1 / 1;
|
||||
align-self: end;
|
||||
height: 58%;
|
||||
background: rgba(0, 0, 0, 0.86);
|
||||
pointer-events: none;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new) .project-card__caption,
|
||||
@@ -4209,18 +4200,35 @@
|
||||
padding-block: 0;
|
||||
background: none;
|
||||
color: rgba(255, 255, 255, 0.78);
|
||||
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
|
||||
opacity: 0;
|
||||
transform: translateY(8px);
|
||||
transition: opacity 220ms ease, transform 220ms ease;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new):hover .project-card__caption {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new) .project-card__meta {
|
||||
align-self: end;
|
||||
padding-block: 0 16px;
|
||||
opacity: 0;
|
||||
transform: translateY(8px);
|
||||
transition: opacity 220ms ease, transform 220ms ease;
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new):hover .project-card__meta {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-page .project-card:not(.project-card--new) .project-card__meta strong {
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.72);
|
||||
}
|
||||
|
||||
.web-shell[data-ui-theme="dark-green"] .community-filter-bar {
|
||||
|
||||
Reference in New Issue
Block a user