chore: improve background back btn, update dependencies

This commit is contained in:
David Ralph
2022-05-11 16:09:26 +01:00
parent c3df2d7b23
commit bd05aa5ee0
32 changed files with 167 additions and 122 deletions

View File

@@ -32,8 +32,10 @@ export default function InfoTooltip({ children, title, style, placement, subtitl
</div>
</Tooltip>
</div>
<span className='subtitle'>{subtitle}</span>
<span className='link'>Open Knowledgebase <MdOpenInNew /></span>
<span className="subtitle">{subtitle}</span>
<span className="link">
Open Knowledgebase <MdOpenInNew />
</span>
</div>
)}
</div>

View File

@@ -100,7 +100,7 @@
@include themed() {
background-color: t($modal-background);
border-radius: t($borderRadius);
box-shadow: 0 0 0 1px t($modal-sidebarActive);
box-shadow: 0 0 0 1px t($modal-sidebarActive);
}
.tooltipHeader {
display: flex;
@@ -126,4 +126,4 @@
}
}
}
}
}