diff --git a/_src/_assets/styles/_page-guides.scss b/_src/_assets/styles/_page-guides.scss index db8887d..cd74e5a 100644 --- a/_src/_assets/styles/_page-guides.scss +++ b/_src/_assets/styles/_page-guides.scss @@ -232,3 +232,13 @@ li.toc-h3 { } } } + +.image--create-transfer { + max-width: calc(100% + 1rem) !important; //stylelint-disable-line declaration-no-important + margin-left: -1rem; + + @media ($screen-sm) { + max-width: calc(100% + 1.5rem) !important; //stylelint-disable-line declaration-no-important + margin-left: -1.5rem; + } +} diff --git a/_src/_guides/diagram.svg b/_src/_guides/diagram.svg index d80f8b5..de67bf8 100644 --- a/_src/_guides/diagram.svg +++ b/_src/_guides/diagram.svg @@ -1,121 +1,72 @@ - - - - DOCS index Copy 7 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output - - - Martina - - - - - - The output of the CREATE transaction specifies that Martina (represented by her public key) is the - official owner of the bicycle and it lays down the conditions to transfer the bicycle ownership: the - bicycle can only be transferred to someone else, if Martina provides a signature with her private - key. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Output + + + Martina + + + + + + + + + + + + + + + + + + diff --git a/_src/_guides/key-concepts-of-bigchaindb.md b/_src/_guides/key-concepts-of-bigchaindb.md index c644a05..4e0a542 100644 --- a/_src/_guides/key-concepts-of-bigchaindb.md +++ b/_src/_guides/key-concepts-of-bigchaindb.md @@ -28,7 +28,7 @@ This infographic will help you understanding what `CREATE` and `TRANSFER` transa Every concept that we describe (e.g. inputs, outputs etc.) has a more detailed description in the subsequent sections. -![](../diagram.svg) +BigchainDB CREATE and TRANSFER transactions The data model of transactions is explained in our [transaction model](https://docs.bigchaindb.com/projects/server/en/latest/data-models/transaction-model.html).