help button scaffolding

This commit is contained in:
SpikeHD
2022-05-21 21:36:21 -07:00
parent 568fb909c0
commit 93f3ced89f
7 changed files with 68 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
.HelpSection {
display: inline-block;
margin-left: 20px;
vertical-align: middle;
}
.HelpButton {
height: 20px;
filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
}
.HelpButton img {
height: 100%;
filter: invert(100%) sepia(2%) saturate(201%) hue-rotate(47deg) brightness(117%) contrast(100%);
}