2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 10:45:32 +00:00

Docs for new build procedure

This commit is contained in:
Oliver Walters
2021-04-21 16:28:25 +10:00
parent 8b9115b44f
commit 155e2b2f16
19 changed files with 323 additions and 59 deletions

View File

@ -22,6 +22,15 @@
transition: opacity .3s;
}
.image-inventree {
border-radius: 2px;
border: 1px solid #ddd;
}
.image-inventree:hover {
opacity: 75%;
}
.overlay img {
/* Maximum image size */
max-width: 90%;