-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
3c02192
commit ae7c5c6
Showing
16 changed files
with
136 additions
and
313 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
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
42 changes: 0 additions & 42 deletions
42
packages/web/src/components/modal-drawer/ModalDrawer.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,46 +1,4 @@ | ||
.modalHeader { | ||
background: var(--harmony-gradient); | ||
} | ||
|
||
.modalTitle { | ||
color: var(--harmony-white); | ||
font-size: 24px; | ||
} | ||
|
||
.modalBody { | ||
width: 720px; | ||
max-height: 95vh; | ||
} | ||
|
||
.modalBody.gradientHeader path { | ||
fill: var(--harmony-white); | ||
} | ||
|
||
.drawer { | ||
padding: 32px 12px; | ||
width: 100%; | ||
max-height: 95vh; | ||
} | ||
|
||
.titleContainer { | ||
margin-bottom: 16px; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.drawerTitle { | ||
font-weight: var(--harmony-font-bold); | ||
font-size: var(--harmony-font-l); | ||
line-height: 22px; | ||
text-align: center; | ||
color: var(--harmony-neutral); | ||
} | ||
|
||
.drawerGradientTitle { | ||
font-weight: 900; | ||
font-size: 28px; | ||
line-height: 49px; | ||
background: var(--harmony-gradient); | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | ||
} |
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
130 changes: 0 additions & 130 deletions
130
packages/web/src/components/rewards/modals/TrendingRewards.module.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.