Skip to content

Commit

Permalink
Merge pull request #140 from dappforce/deploy/new-staking
Browse files Browse the repository at this point in the history
Update creator staking page
  • Loading branch information
samchuk-vlad authored Feb 2, 2024
2 parents 552b323 + e6075dd commit 501b73d
Show file tree
Hide file tree
Showing 63 changed files with 1,068 additions and 3,051 deletions.
Binary file added public/images/creator-staking/party-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 177 additions & 8 deletions public/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ video {
bottom: 0px;
}

.bottom-4 {
bottom: 1rem;
}

.left-1\/2 {
left: 50%;
}
Expand All @@ -603,6 +607,10 @@ video {
right: 0.75rem;
}

.right-4 {
right: 1rem;
}

.right-6 {
right: 1.5rem;
}
Expand All @@ -615,6 +623,26 @@ video {
top: 50%;
}

.right-\[\] {
right: ;
}

.right-\[-1\] {
right: -1;
}

.right-\[-1rem\] {
right: -1rem;
}

.top-\[-1\] {
top: -1;
}

.top-\[-1rem\] {
top: -1rem;
}

.-z-10 {
z-index: -10;
}
Expand Down Expand Up @@ -643,6 +671,14 @@ video {
z-index: 41;
}

.col-\[\] {
grid-column: ;
}

.col-\[1\/-1\] {
grid-column: 1/-1;
}

.m-0 {
margin: 0px;
}
Expand Down Expand Up @@ -943,6 +979,14 @@ video {
width: 100vw;
}

.w-\[33rem\] {
width: 33rem;
}

.w-14 {
width: 3.5rem;
}

.min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
Expand Down Expand Up @@ -980,6 +1024,14 @@ video {
max-width: 24rem;
}

.max-w-\[\] {
max-width: ;
}

.max-w-\[20rem\] {
max-width: 20rem;
}

.flex-shrink-0 {
flex-shrink: 0;
}
Expand Down Expand Up @@ -1114,6 +1166,10 @@ video {
align-items: center;
}

.justify-start {
justify-content: flex-start;
}

.justify-end {
justify-content: flex-end;
}
Expand All @@ -1130,10 +1186,6 @@ video {
gap: 0.25rem;
}

.gap-10 {
gap: 2.5rem;
}

.gap-2 {
gap: 0.5rem;
}
Expand All @@ -1150,10 +1202,18 @@ video {
gap: 1.5rem;
}

.gap-\[10px\] {
gap: 10px;
}

.gap-\[2px\] {
gap: 2px;
}

.gap-10 {
gap: 2.5rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
Expand Down Expand Up @@ -1298,6 +1358,11 @@ video {
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-orange-600 {
--tw-border-opacity: 1;
border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-slate-50 {
--tw-border-opacity: 1;
border-color: rgb(248 250 252 / var(--tw-border-opacity));
Expand Down Expand Up @@ -1340,6 +1405,11 @@ video {
background-color: rgb(250 251 255 / var(--tw-bg-opacity));
}

.bg-\[\#FEF9E5\] {
--tw-bg-opacity: 1;
background-color: rgb(254 249 229 / var(--tw-bg-opacity));
}

.bg-\[\#FEFCE5\] {
--tw-bg-opacity: 1;
background-color: rgb(254 252 229 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -1725,10 +1795,6 @@ video {
font-size: 19px;
}

.text-\[20px\] {
font-size: 20px;
}

.text-base {
font-size: 1rem;
line-height: 1.35;
Expand All @@ -1754,6 +1820,10 @@ video {
line-height: 1rem;
}

.text-\[20px\] {
font-size: 20px;
}

.font-bold {
font-weight: 700;
}
Expand Down Expand Up @@ -1794,6 +1864,10 @@ video {
line-height: 22px;
}

.leading-\[26px\] {
line-height: 26px;
}

.leading-none {
line-height: 1;
}
Expand Down Expand Up @@ -1873,6 +1947,16 @@ video {
color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
--tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-900 {
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-text {
--tw-text-opacity: 1;
color: rgb(var(--text) / var(--tw-text-opacity));
Expand Down Expand Up @@ -1900,6 +1984,11 @@ video {
color: rgb(var(--text-primary));
}

.text-text-red {
--tw-text-opacity: 1;
color: rgb(var(--text-red) / var(--tw-text-opacity));
}

.text-text-secondary {
--tw-text-opacity: 1;
color: rgb(var(--text-secondary) / var(--tw-text-opacity));
Expand All @@ -1918,6 +2007,11 @@ video {
color: rgb(255 255 255 / 0.8);
}

.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}

.opacity-0 {
opacity: 0;
}
Expand Down Expand Up @@ -2224,6 +2318,11 @@ video {
text-decoration-line: underline;
}

.hover\:no-underline:hover {
-webkit-text-decoration-line: none;
text-decoration-line: none;
}

.hover\:outline-none:hover {
outline: 2px solid transparent;
outline-offset: 2px;
Expand Down Expand Up @@ -2397,6 +2496,22 @@ video {
}

@media (min-width: 768px) {
.md\:right-4 {
right: 1rem;
}

.md\:bottom-4 {
bottom: 1rem;
}

.md\:top-0 {
top: 0px;
}

.md\:top-\[auto\] {
top: auto;
}

.md\:\!mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
Expand All @@ -2406,6 +2521,10 @@ video {
margin-bottom: 1rem;
}

.md\:flex {
display: flex;
}

.md\:w-auto {
width: auto;
}
Expand All @@ -2414,10 +2533,22 @@ video {
width: 100%;
}

.md\:w-\[33rem\] {
width: 33rem;
}

.md\:max-w-none {
max-width: none;
}

.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
Expand All @@ -2426,6 +2557,10 @@ video {
flex-direction: row;
}

.md\:flex-col {
flex-direction: column;
}

.md\:items-start {
align-items: flex-start;
}
Expand All @@ -2434,6 +2569,18 @@ video {
align-items: center;
}

.md\:justify-start {
justify-content: flex-start;
}

.md\:justify-center {
justify-content: center;
}

.md\:justify-between {
justify-content: space-between;
}

.md\:gap-6 {
gap: 1.5rem;
}
Expand Down Expand Up @@ -2470,10 +2617,18 @@ video {
text-align: left;
}

.md\:text-center {
text-align: center;
}

.md\:text-start {
text-align: start;
}

.md\:\!text-start {
text-align: start !important;
}

.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
Expand All @@ -2488,6 +2643,20 @@ video {
font-size: 1.25rem;
line-height: 1.75rem;
}

.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.md\:text-\[32px\] {
font-size: 32px;
}

.md\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
}

@media (min-width: 910px) {
Expand Down
11 changes: 11 additions & 0 deletions src/assets/icons/party-icon-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/icons/party-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 501b73d

Please sign in to comment.