|
@ -204,12 +204,20 @@ body::-webkit-scrollbar { |
|
|
.paragraph { |
|
|
.paragraph { |
|
|
margin: 0 !important; |
|
|
margin: 0 !important; |
|
|
} |
|
|
} |
|
|
.project .breadcrumbs { |
|
|
.project:not(.boardCard) .breadcrumbs { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
z-index: 20; |
|
|
z-index: 20; |
|
|
right: 25px; |
|
|
right: 0; |
|
|
top: 10px; |
|
|
top: 6px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.boardCard .breadcrumbs { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
z-index: 20; |
|
|
|
|
|
right: 6px; |
|
|
|
|
|
top: 6px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.project .breadcrumbs > a, |
|
|
.project .breadcrumbs > a, |
|
|
.project .breadcrumbs > svg, |
|
|
.project .breadcrumbs > svg, |
|
|
.project .breadcrumbs > .menu { |
|
|
.project .breadcrumbs > .menu { |
|
@ -218,12 +226,58 @@ body::-webkit-scrollbar { |
|
|
.project * .breadcrumbs > :nth-last-child(3) { |
|
|
.project * .breadcrumbs > :nth-last-child(3) { |
|
|
font-size: 0; |
|
|
font-size: 0; |
|
|
display: initial !important; |
|
|
display: initial !important; |
|
|
|
|
|
opacity: 1 !important; |
|
|
} |
|
|
} |
|
|
.project * .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
font-size: 12px; |
|
|
.project:not(.boardCard) * .breadcrumbs > :nth-last-child(3)::after { |
|
|
content: "→"; |
|
|
content: "→"; |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-admin .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "✏️"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-mind .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "🧠"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-health .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "💪"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-art .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "🎨"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-side .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "🖼️"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-social .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "👥"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-job .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "💻"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-church .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "☦️"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.project.hotspot-work .breadcrumbs > :nth-last-child(3)::after { |
|
|
|
|
|
content: "💼"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.linked-xGOAL > .name .innerContentContainer, |
|
|
.linked-xGOAL > .name .innerContentContainer, |
|
|
.linked-xGOAL > .notes .innerContentContainer { |
|
|
.linked-xGOAL > .notes .innerContentContainer { |
|
|
color: var(--yellow); |
|
|
color: var(--yellow); |
|
@ -629,79 +683,6 @@ body::-webkit-scrollbar { |
|
|
left: initial !important; |
|
|
left: initial !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.hotspot-admin:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "✏️"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-admin.boardCard::after { |
|
|
|
|
|
content: "✏️"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-mind:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "🧠"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-mind.boardCard::after { |
|
|
|
|
|
content: "🧠"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-health:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "💪"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-health.boardCard::after { |
|
|
|
|
|
content: "💪"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-art:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "🎨"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-art.boardCard::after { |
|
|
|
|
|
content: "🎨"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-side:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "🖼️"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-side.boardCard::after { |
|
|
|
|
|
content: "🖼️"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-social:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "👥"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-social.boardCard::after { |
|
|
|
|
|
content: "👥"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-job:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "💻"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-job.boardCard::after { |
|
|
|
|
|
content: "💻"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-church:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "☦️"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-church.boardCard::after { |
|
|
|
|
|
content: "☦️"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-work:not(.boardCard) > .name .innerContentContainer::after { |
|
|
|
|
|
content: "💼"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
.hotspot-work.boardCard::after { |
|
|
|
|
|
content: "💼"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.imgLink { |
|
|
.imgLink { |
|
|
font-size: 0; |
|
|
font-size: 0; |
|
|
} |
|
|
} |
|
@ -720,12 +701,19 @@ body::-webkit-scrollbar { |
|
|
.boardCard .name, |
|
|
.boardCard .name, |
|
|
.boardCard .notes { |
|
|
.boardCard .notes { |
|
|
max-width: initial !important; |
|
|
max-width: initial !important; |
|
|
padding-right: 15px !important; |
|
|
/* padding-right: 15px !important; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.boardCard > .notes { |
|
|
|
|
|
padding-left: 24px !important; |
|
|
|
|
|
} |
|
|
|
|
|
.boardCard > .name { |
|
|
|
|
|
padding-left: calc(var(--name-left-overhang) + 24px) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.boardCard > .name > .bullet { |
|
|
.boardCard > .name > .bullet { |
|
|
left: auto !important; |
|
|
left: calc(var(--name-left-overhang) - 12px) !important; |
|
|
right: 0 !important; |
|
|
top: 7px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.boardColumn > .children { |
|
|
.boardColumn > .children { |
|
@ -801,3 +789,5 @@ body::-webkit-scrollbar { |
|
|
.bullet.bullet::before { |
|
|
.bullet.bullet::before { |
|
|
background: none !important; |
|
|
background: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|