-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* REFACTOR: scrollbar * FIX: consensus sync on import configs * FIX: no client for web3signer * REMOVED: prunning btn for geth * FIX: format * CHANGE: some styles on controp page * CHANGE: some styles changed on cp * FIX: format
- Loading branch information
1 parent
f1b6f60
commit 1a0888e
Showing
11 changed files
with
114 additions
and
92 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
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
4 changes: 3 additions & 1 deletion
4
launcher/src/components/UI/control-page/components/cards/MiniCard.vue
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,5 +1,7 @@ | ||
<template> | ||
<div class="w-full h-full bg-gradient-to-br from-[#1e1e1f] to-[#0b0b0b] mx-h-[145px] shadow-sm shadow-[#161515] rounded-lg p-[2px]"> | ||
<div | ||
class="w-full h-full bg-gradient-to-br from-[#1A1A20] to-[#0D0D12] border border-[#ffffff16] mx-h-[145px] shadow-sm shadow-[#161515] rounded-lg p-[2px]" | ||
> | ||
<slot></slot> | ||
</div> | ||
</template> |
4 changes: 3 additions & 1 deletion
4
launcher/src/components/UI/control-page/components/cards/ThinCard.vue
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,5 +1,7 @@ | ||
<template> | ||
<div class="w-full h-full bg-gradient-to-br from-[#1e1e1f] to-[#0b0b0b] mx-h-[145px] shadow-sm shadow-[#2a2929] rounded-md p-[2px]"> | ||
<div | ||
class="w-full h-full bg-gradient-to-br from-[#1A1A20] to-[#0D0D12] border border-[#ffffff16] mx-h-[145px] shadow-sm shadow-[#2a2929] rounded-md p-[2px]" | ||
> | ||
<slot></slot> | ||
</div> | ||
</template> |
4 changes: 3 additions & 1 deletion
4
launcher/src/components/UI/control-page/components/cards/WidgetCard.vue
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,5 +1,7 @@ | ||
<template> | ||
<div class="w-full h-full bg-gradient-to-br from-[#1e1e1f] to-[#0b0b0b] mx-h-[145px] shadow-sm shadow-[#161515] rounded-lg p-[2px]"> | ||
<div | ||
class="w-full h-full bg-gradient-to-br from-[#1A1A20] to-[#0D0D12] border border-[#ffffff16] mx-h-[145px] shadow-sm shadow-[#161515] rounded-lg p-[2px]" | ||
> | ||
<slot></slot> | ||
</div> | ||
</template> |
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
Oops, something went wrong.