-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collectible details page
- Loading branch information
Showing
25 changed files
with
343 additions
and
106 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
(ns status-im2.contexts.wallet.collectible.style) | ||
|
||
(def container | ||
{:margin-top 100 | ||
:margin-bottom 34}) | ||
|
||
(def preview | ||
{:margin-horizontal 8 | ||
:margin-top 12}) | ||
|
||
(def header | ||
{:margin-horizontal 20 | ||
:margin-top 16 | ||
:margin-bottom 12}) | ||
|
||
(def collection-container | ||
{:flex-direction :row | ||
:margin-top 6}) | ||
|
||
(def buttons-container | ||
{:flex-direction :row | ||
:align-items :stretch | ||
:margin-horizontal 20 | ||
:margin-top 8 | ||
:margin-bottom 20}) | ||
|
||
(def tabs | ||
{:margin-horizontal 20 | ||
:margin-vertical 12}) | ||
|
||
(def send-button | ||
{:flex 1 | ||
:margin-right 6}) | ||
|
||
(def opensea-button | ||
{:flex 1 | ||
:margin-left 6}) | ||
|
||
(def info-container | ||
{:flex-direction :row | ||
:margin-horizontal 20 | ||
:margin-top 8 | ||
:margin-bottom 12}) | ||
|
||
(def account | ||
{:margin-right 6 | ||
:flex 1}) | ||
|
||
(def network | ||
{:margin-left 6 | ||
:flex 1}) | ||
|
||
(def traits-section | ||
{:margin-horizontal 20 | ||
:margin-top 8}) | ||
|
||
(def traits-item | ||
{:margin-horizontal 6 | ||
:flex 1}) | ||
|
||
(def traits-container | ||
{:margin-horizontal 14 | ||
:margin-vertical 12}) |
Oops, something went wrong.