-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
69 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
</h3> | ||
<button | ||
tuiButton | ||
[style.margin-top]="'auto'" | ||
(click)="createNew()" | ||
> | ||
Create new Token | ||
|
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 |
---|---|---|
|
@@ -75,6 +75,7 @@ | |
<button | ||
tuiButton | ||
type="submit" | ||
[style.margin-top]="'auto'" | ||
> | ||
Deploy | ||
</button> | ||
|
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ form { | |
display: flex; | ||
flex-direction: column; | ||
gap: 0.4rem; | ||
height: 100%; | ||
} | ||
|
||
.block-input { | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
text-align: center; | ||
} | ||
|
||
.card { | ||
height: 100%; | ||
} | ||
|
||
.block-input { | ||
display: flex; | ||
flex-direction: column; | ||
|
22 changes: 13 additions & 9 deletions
22
apps/taiga-lumbermill/src/dashboards/crypto/crypto.component.html
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 |
---|---|---|
@@ -1,12 +1,16 @@ | ||
<div class="column"> | ||
<div class="row"> | ||
<lmb-prices class="grow" /> | ||
<lmb-swap class="grow" /> | ||
<lmb-pools class="grow" /> | ||
<div class="layout"> | ||
<div class="left"> | ||
<lmb-prices class="" /> | ||
<lmb-staking class="staking" /> | ||
</div> | ||
<div class="row"> | ||
<lmb-staking class="grow" /> | ||
<lmb-nft class="grow" /> | ||
<lmb-minter class="grow" /> | ||
<div class="right"> | ||
<div class="right-top"> | ||
<lmb-minter class="minter" /> | ||
<lmb-swap class="" /> | ||
</div> | ||
<div class="right-bottom"> | ||
<lmb-nft class="" /> | ||
<lmb-pools class="" /> | ||
</div> | ||
</div> | ||
</div> |
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