docs: added Discounts Architecture documentation (#2709)

* docs: added discounts architecture documentation

* docs: fix tooltip text showing in the copied text

* docs: added missing link
This commit is contained in:
Shahed Nasser
2022-12-01 16:08:27 +02:00
committed by GitHub
parent 6cea109caa
commit b54405e3de
3 changed files with 112 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
transition: all .1s;
}
.tooltip-box:not(.visible) {
display: none;
}
.tooltip-box.visible {
opacity: 1;
}