forked from MystenLabs/sui
-
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.
[Explorer] Standardizes the headers across Object, Address and Transa…
…ction Results (MystenLabs#3760) * standardize address and object headers * address header has no margin * apply standardized theme to transaction results * changes container label
- Loading branch information
Showing
8 changed files
with
48 additions
and
71 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.
20 changes: 0 additions & 20 deletions
20
explorer/client/src/pages/address-result/AddressResult.module.css
This file was deleted.
Oops, something went wrong.
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
18 changes: 4 additions & 14 deletions
18
explorer/client/src/pages/object-result/views/shared/ObjHeader.module.css
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,17 +1,7 @@ | ||
.objheader { | ||
@apply pb-[40px] mb-[30px]; | ||
|
||
border-bottom: 1px solid #f0f1f2; | ||
} | ||
|
||
.objtypes { | ||
@apply text-sui-grey-85 font-semibold mt-10 text-lg mb-3; | ||
} | ||
|
||
.objaddress { | ||
@apply text-offblack font-bold text-lg md:text-2xl font-mono break-all block items-center mb-2.5; | ||
} | ||
|
||
.objname { | ||
@apply text-sui-grey-75 font-semibold text-[1.125rem] leading-[1.125rem]; | ||
} | ||
|
||
.objcontainer { | ||
@apply pb-[40px] mb-[30px]; | ||
} |
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,11 @@ | ||
.btmborder { | ||
border-bottom: 1px solid #f0f1f2; | ||
} | ||
|
||
.category { | ||
@apply text-sui-grey-85 font-semibold mt-10 text-lg mb-3; | ||
} | ||
|
||
.address { | ||
@apply text-offblack font-bold text-lg md:text-2xl font-mono break-all block items-center mb-2.5; | ||
} |