Skip to content

Commit 9e7bcd6

Browse files
authored
Merge pull request #1629 from Trapti10/ui-update
UI update
2 parents 1cc6734 + 2e87b65 commit 9e7bcd6

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

marketplace.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
display: flex;
8989
justify-content: space-between;
9090
align-items: center;
91-
padding: 0.8rem 2rem;
91+
padding: 0.8rem 0.4rem;
9292
background: var(--glass-bg);
9393
-webkit-backdrop-filter: blur(14px);
9494
backdrop-filter: blur(14px);
@@ -112,7 +112,7 @@
112112
}
113113

114114
.nav-back {
115-
background: rgba(15, 23, 42, 0.8);
115+
background: var(--bg-tertiary);
116116
color: var(--text-primary);
117117
padding: 10px 18px;
118118
border-radius: 12px;
@@ -678,15 +678,15 @@
678678

679679
.product-actions {
680680
display: flex;
681-
gap: 8px;
681+
gap: 4px;
682682
margin-top: 4px;
683683
}
684684

685685
.btn-primary {
686686
background: linear-gradient(135deg, #0ea5e9, #6366f1);
687687
color: #f9fafb;
688688
border: none;
689-
padding: 10px 14px;
689+
padding:7px 8px;
690690
border-radius: 999px;
691691
font-weight: 700;
692692
cursor: pointer;

0 commit comments

Comments
 (0)