build: 444813b5-5daf-49b2-bf1a-7e4caeab4e17
This commit is contained in:
@@ -0,0 +1,507 @@
|
||||
/* Activity Feed */
|
||||
.activity-top-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
margin: 0 20px 14px;
|
||||
}
|
||||
|
||||
.activity-title-block {
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.activity-page-title {
|
||||
font-size: 28px;
|
||||
font-weight: 700;
|
||||
line-height: 1.05;
|
||||
color: #171827;
|
||||
margin: 0;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
.activity-page-subtitle {
|
||||
margin: 0;
|
||||
color: rgba(23, 24, 39, 0.56);
|
||||
font-size: 14px;
|
||||
line-height: 1.35;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.activity-shell {
|
||||
padding-bottom: calc(130px + var(--ion-safe-area-bottom, 0px));
|
||||
}
|
||||
|
||||
.activity-type-filter-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin: 0 20px 12px;
|
||||
overflow-x: auto;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.activity-type-filter-row::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.activity-type-chip {
|
||||
flex: 0 0 auto;
|
||||
background: #ffffff;
|
||||
color: rgba(23, 24, 39, 0.58);
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
padding: 9px 16px;
|
||||
margin: 0;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
.activity-type-chip.active {
|
||||
background: #6d28d9;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.activity-filter-row {
|
||||
margin: 0 20px 18px;
|
||||
}
|
||||
|
||||
.activity-range-shell {
|
||||
background: rgba(255, 255, 255, 0.78);
|
||||
border-radius: 24px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.activity-range-segment {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
.activity-range-segment ion-segment-button {
|
||||
min-height: 46px;
|
||||
--background: transparent;
|
||||
--background-checked: #6d28d9;
|
||||
--color: rgba(23, 24, 39, 0.5);
|
||||
--color-checked: #ffffff;
|
||||
--indicator-color: transparent;
|
||||
--border-radius: 999px;
|
||||
--padding-start: 2px;
|
||||
--padding-end: 2px;
|
||||
text-transform: none;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
.activity-range-segment ion-label {
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.activity-grouped-list {
|
||||
background: rgba(255, 255, 255, 0.94);
|
||||
border-radius: 24px;
|
||||
padding: 6px 0;
|
||||
margin: 0 20px 20px;
|
||||
}
|
||||
|
||||
.activity-date-group-label {
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
color: rgba(23, 24, 39, 0.38);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
margin: 16px 20px 8px;
|
||||
}
|
||||
|
||||
.activity-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 14px 20px;
|
||||
gap: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.activity-feed-item {
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: transparent;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
padding: 14px 16px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.activity-feed-item + .activity-feed-item {
|
||||
border-top: 1px solid rgba(23, 24, 39, 0.06);
|
||||
}
|
||||
|
||||
.activity-feed-item:disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.activity-feed-item:active {
|
||||
background: rgba(109, 40, 217, 0.03);
|
||||
}
|
||||
|
||||
.activity-feed-avatar-wrap {
|
||||
flex-shrink: 0;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.activity-feed-avatar {
|
||||
position: relative;
|
||||
width: 53px;
|
||||
height: 53px;
|
||||
border-radius: 999px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #171827;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
flex-shrink: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-lavender {
|
||||
background: #efe7fb;
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-mint {
|
||||
background: #e8f7ee;
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-sky {
|
||||
background: #eaf3ff;
|
||||
color: #3b82f6;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-gold {
|
||||
background: #fff2df;
|
||||
color: #d97706;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-brand {
|
||||
background: #ece9ff;
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-badge {
|
||||
position: absolute;
|
||||
right: -5px;
|
||||
bottom: -5px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 999px;
|
||||
border: 2px solid #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
box-shadow: 0 6px 14px rgba(23, 24, 39, 0.12);
|
||||
}
|
||||
|
||||
.activity-feed-avatar-badge-grocery {
|
||||
background: #f1e7fb;
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-badge-medication {
|
||||
background: #e8f7ee;
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-badge-airtime {
|
||||
background: #eaf3ff;
|
||||
color: #3b82f6;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-badge-electricity {
|
||||
background: #fff2df;
|
||||
color: #d97706;
|
||||
}
|
||||
|
||||
.activity-feed-avatar-badge ion-icon {
|
||||
font-size: 13px;
|
||||
--ionicon-stroke-width: 48px;
|
||||
}
|
||||
|
||||
.activity-feed-badge-image {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.activity-feed-main {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.activity-feed-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(128px, 1fr) auto;
|
||||
align-items: flex-start;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.activity-feed-copy {
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.activity-feed-title {
|
||||
margin: 0;
|
||||
color: #171827;
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.activity-feed-subtitle {
|
||||
margin: 0;
|
||||
color: rgba(23, 24, 39, 0.54);
|
||||
font-size: 13px;
|
||||
line-height: 1.3;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.activity-feed-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
justify-content: flex-start;
|
||||
gap: 8px;
|
||||
flex-shrink: 0;
|
||||
min-width: 112px;
|
||||
}
|
||||
|
||||
.activity-feed-amount {
|
||||
margin: 0;
|
||||
color: #171827;
|
||||
font-size: 14px;
|
||||
line-height: 1.1;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.activity-feed-status {
|
||||
width: fit-content;
|
||||
min-height: 28px;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
padding: 0 10px 0 12px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
text-transform: capitalize;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.activity-feed-status ion-icon {
|
||||
font-size: 12px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.activity-feed-status-success {
|
||||
background: rgba(22, 163, 74, 0.1);
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.activity-feed-status-warning {
|
||||
background: rgba(245, 158, 11, 0.1);
|
||||
color: #d97706;
|
||||
}
|
||||
|
||||
.activity-feed-status-partial {
|
||||
background: rgba(245, 158, 11, 0.14);
|
||||
color: #b45309;
|
||||
}
|
||||
|
||||
.activity-feed-breakdown {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.activity-feed-breakdown-summary {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.activity-feed-breakdown-pill {
|
||||
min-height: 24px;
|
||||
border-radius: 999px;
|
||||
padding: 0 10px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.activity-feed-breakdown-pill ion-icon {
|
||||
font-size: 12px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.activity-feed-breakdown-pill.is-redeemed {
|
||||
background: rgba(22, 163, 74, 0.1);
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.activity-feed-breakdown-pill.is-remaining {
|
||||
background: rgba(245, 158, 11, 0.12);
|
||||
color: #d97706;
|
||||
}
|
||||
|
||||
.activity-feed-usage-note {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
color: rgba(23, 24, 39, 0.56);
|
||||
font-size: 10px;
|
||||
line-height: 1.35;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Notifications List */
|
||||
.notifications-list-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 8px 0;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.notification-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
padding: 16px 20px;
|
||||
gap: 16px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nr-status-dot {
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
left: 8px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.nr-status-dot.is-unread {
|
||||
background: #6d28d9;
|
||||
}
|
||||
|
||||
.nr-status-dot.is-read {
|
||||
background: #d1d5db;
|
||||
}
|
||||
|
||||
.nr-icon-box {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 20px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.nr-icon-box img {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.nr-icon-box ion-icon {
|
||||
font-size: 21px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.nr-icon-box.is-read {
|
||||
opacity: 0.64;
|
||||
}
|
||||
|
||||
/* Support type mappings */
|
||||
.nr-icon-box.notification-service-grocery {
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.nr-icon-box.notification-service-medication {
|
||||
background: rgba(22, 163, 74, 0.1);
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.nr-icon-box.notification-service-airtime {
|
||||
background: rgba(37, 99, 235, 0.1);
|
||||
color: #2563eb;
|
||||
}
|
||||
|
||||
.nr-icon-box.notification-service-electricity {
|
||||
background: rgba(245, 158, 11, 0.12);
|
||||
color: #d97706;
|
||||
}
|
||||
|
||||
.nr-icon-box.notification-service-support {
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.nr-content {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.nr-title {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-dark);
|
||||
margin: 0 0 4px;
|
||||
}
|
||||
|
||||
.nr-body {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: var(--ion-color-medium);
|
||||
margin: 0 0 6px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.nr-time {
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
color: #9ca3af;
|
||||
}
|
||||
|
||||
.nr-link-icon {
|
||||
font-size: 18px;
|
||||
color: var(--ion-color-medium);
|
||||
align-self: center;
|
||||
}
|
||||
@@ -0,0 +1,599 @@
|
||||
.auth-page-shell,
|
||||
.auth-shell {
|
||||
padding: 18px 20px calc(var(--ion-safe-area-bottom, 0px) + 28px);
|
||||
}
|
||||
|
||||
.auth-content {
|
||||
--background: linear-gradient(180deg, #fafafa 0%, #f6f1ff 52%, #f4f0ff 100%);
|
||||
}
|
||||
|
||||
.auth-shell--centered {
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.auth-brand-block,
|
||||
.auth-brand-intro {
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.auth-card {
|
||||
background: rgba(255, 255, 255, 0.94);
|
||||
border-radius: 24px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.auth-card--elevated {
|
||||
box-shadow:
|
||||
0 24px 60px rgba(109, 40, 217, 0.1),
|
||||
0 8px 20px rgba(17, 24, 39, 0.05);
|
||||
backdrop-filter: blur(12px);
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
}
|
||||
|
||||
.auth-social-buttons,
|
||||
.auth-form-fields {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.auth-form-stack {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
.auth-divider {
|
||||
color: rgba(17, 24, 39, 0.45);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin: 20px 0 16px;
|
||||
}
|
||||
|
||||
.auth-divider span {
|
||||
background: rgba(255, 255, 255, 0.94);
|
||||
padding: 0 12px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.auth-divider::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background: rgba(17, 24, 39, 0.08);
|
||||
}
|
||||
|
||||
.field-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.auth-field-label {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: rgba(17, 24, 39, 0.66);
|
||||
}
|
||||
|
||||
.auth-text-input {
|
||||
width: 100%;
|
||||
min-height: 52px;
|
||||
padding: 0 16px;
|
||||
border: 1px solid rgba(17, 24, 39, 0.08);
|
||||
border-radius: 12px;
|
||||
background: #f8f7fb;
|
||||
font-size: 15px;
|
||||
color: #111827;
|
||||
outline: none;
|
||||
box-sizing: border-box;
|
||||
transition:
|
||||
border-color 0.18s ease,
|
||||
background 0.18s ease,
|
||||
box-shadow 0.18s ease;
|
||||
}
|
||||
|
||||
.auth-text-input::placeholder {
|
||||
color: rgba(17, 24, 39, 0.38);
|
||||
}
|
||||
|
||||
.auth-text-input:focus {
|
||||
border-color: rgba(109, 40, 217, 0.4);
|
||||
background: #ffffff;
|
||||
box-shadow: 0 0 0 4px rgba(109, 40, 217, 0.08);
|
||||
}
|
||||
|
||||
.auth-text-input:disabled {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.auth-text-input.has-error {
|
||||
border-color: rgba(220, 38, 38, 0.28);
|
||||
background: rgba(254, 242, 242, 0.8);
|
||||
}
|
||||
|
||||
.auth-password-wrap {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.auth-password-wrap .auth-text-input {
|
||||
padding-right: 48px;
|
||||
}
|
||||
|
||||
.auth-password-toggle {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 12px;
|
||||
transform: translateY(-50%);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background: transparent;
|
||||
color: rgba(17, 24, 39, 0.5);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.auth-password-toggle ion-icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.auth-field-error {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #dc2626;
|
||||
}
|
||||
|
||||
.auth-submit-btn {
|
||||
width: 100%;
|
||||
min-height: 52px;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
background: #6d28d9;
|
||||
color: #ffffff;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
transition:
|
||||
transform 0.18s ease,
|
||||
opacity 0.18s ease;
|
||||
}
|
||||
|
||||
.auth-submit-btn:disabled {
|
||||
opacity: 0.55;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.auth-inline-message {
|
||||
border-radius: 12px;
|
||||
background: rgba(220, 38, 38, 0.08);
|
||||
color: #dc2626;
|
||||
padding: 12px 14px;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.auth-meta-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.auth-meta-hint {
|
||||
font-size: 12px;
|
||||
color: rgba(17, 24, 39, 0.45);
|
||||
}
|
||||
|
||||
.auth-link-button {
|
||||
border: none;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
color: #6d28d9;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.auth-eyebrow {
|
||||
margin: 0 0 4px 0;
|
||||
font-size: 22px;
|
||||
font-weight: 800;
|
||||
color: #6d28d9;
|
||||
line-height: 1.2;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
.auth-heading {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
line-height: 1.12;
|
||||
letter-spacing: -0.02em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.auth-subtitle {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: rgba(17, 24, 39, 0.62);
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.auth-mode-toggle {
|
||||
background: #f7f4fb;
|
||||
border-radius: 999px;
|
||||
padding: 6px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.auth-toggle-pill {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding: 11px 12px;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
font-size: 14px;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.auth-toggle-pill.active {
|
||||
background: #ffffff;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
|
||||
}
|
||||
|
||||
.auth-toggle-pill.inactive {
|
||||
background: transparent;
|
||||
font-weight: 600;
|
||||
color: rgba(17, 24, 39, 0.5);
|
||||
}
|
||||
|
||||
.social-auth-button {
|
||||
width: 100%;
|
||||
min-height: 52px;
|
||||
padding: 0 16px;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
background: #f8f7fb;
|
||||
color: #111827;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition:
|
||||
background 0.18s ease,
|
||||
opacity 0.18s ease;
|
||||
}
|
||||
|
||||
.social-auth-button:disabled {
|
||||
opacity: 0.6;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.social-auth-button__icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.social-auth-button__label {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.login,
|
||||
.register {
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
.otp-input-row {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.otp-slot {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.avatar-picker-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.avatar-preview-circle {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.auth-form-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.auth-field {
|
||||
--background: #fafafa;
|
||||
--color: #111827;
|
||||
--placeholder-color: rgba(17, 24, 39, 0.38);
|
||||
--placeholder-opacity: 1;
|
||||
--highlight-color-focused: #6d28d9;
|
||||
--border-radius: 12px;
|
||||
--padding-start: 16px;
|
||||
--padding-end: 16px;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.auth-field::part(label) {
|
||||
color: rgba(17, 24, 39, 0.62);
|
||||
}
|
||||
|
||||
.auth-field.ion-focused::part(label) {
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.auth-helper-text {
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: var(--ion-color-danger);
|
||||
margin-left: 16px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.auth-status-text {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.auth-primary-btn {
|
||||
--background: var(--ion-color-primary);
|
||||
--border-radius: 999px;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
margin-top: 8px;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
.auth-social-btn {
|
||||
--background: #fafafa;
|
||||
--border-radius: 999px;
|
||||
--box-shadow: none;
|
||||
--color: var(--ion-color-dark);
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
.auth-footer {
|
||||
background: transparent;
|
||||
margin: 16px 0 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.auth-footer-text {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: var(--ion-color-medium);
|
||||
}
|
||||
|
||||
.auth-footer-link {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.auth-intro-block {
|
||||
background: transparent;
|
||||
margin: 8px 0 24px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.auth-icon-container {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
border-radius: 24px;
|
||||
background: rgba(109, 40, 217, 0.12);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--ion-color-primary);
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.auth-intro-heading {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-dark);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.auth-intro-body {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: var(--ion-color-medium);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.auth-otp-row {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 20px;
|
||||
margin: 0 0 20px;
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.auth-otp-input {
|
||||
width: calc((100% - 60px) / 6);
|
||||
height: 56px;
|
||||
border-radius: 12px;
|
||||
background: #fafafa;
|
||||
border: 1px solid transparent;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-dark);
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.auth-otp-input:focus {
|
||||
outline: none;
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
border-color: var(--ion-color-primary);
|
||||
color: var(--ion-color-primary);
|
||||
}
|
||||
|
||||
.auth-action-area {
|
||||
background: transparent;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.auth-resend-btn {
|
||||
--background: transparent;
|
||||
--color: var(--ion-color-primary);
|
||||
--box-shadow: none;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.auth-resend-btn[disabled] {
|
||||
--color: #9ca3af;
|
||||
}
|
||||
|
||||
.auth-success-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.auth-success-title {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-dark);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.auth-success-body {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: var(--ion-color-medium);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.setup-avatar-container {
|
||||
width: 88px;
|
||||
height: 88px;
|
||||
border-radius: 24px;
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
margin: 0 auto 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.setup-avatar-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.setup-avatar-icon {
|
||||
font-size: 32px;
|
||||
color: var(--ion-color-primary);
|
||||
}
|
||||
|
||||
.setup-avatar-input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.setup-profile-actions-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.setup-profile-actions-row ion-button {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.setup-profile-secondary-btn {
|
||||
flex: 0 0 auto;
|
||||
min-width: 112px;
|
||||
height: 52px;
|
||||
--border-radius: 999px;
|
||||
--box-shadow: none;
|
||||
--border-color: rgba(109, 40, 217, 0.18);
|
||||
--border-width: 1px;
|
||||
--color: #6d28d9;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.setup-profile-primary-btn {
|
||||
flex: 1;
|
||||
height: 52px;
|
||||
--background: #6d28d9;
|
||||
--background-activated: #5b21b6;
|
||||
--border-radius: 999px;
|
||||
--box-shadow: none;
|
||||
--color: #ffffff;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
+1181
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,349 @@
|
||||
/* Profile Tab */
|
||||
.profile-shell {
|
||||
padding-bottom: calc(130px + var(--ion-safe-area-bottom, 0px));
|
||||
}
|
||||
|
||||
.profile-page-title {
|
||||
font-size: 28px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-dark);
|
||||
margin: 0 20px 16px;
|
||||
}
|
||||
|
||||
.profile-summary-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 20px;
|
||||
margin: 0 20px 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.psc-avatar-shell {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border-radius: 24px;
|
||||
background: rgba(109, 40, 217, 0.08);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.psc-avatar {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border-radius: 24px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.psc-avatar-placeholder {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border-radius: 24px;
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--ion-color-primary);
|
||||
font-size: 28px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.psc-info {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.psc-name {
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
color: var(--ion-color-dark);
|
||||
margin: 0 0 2px;
|
||||
}
|
||||
|
||||
.psc-location {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: var(--ion-color-medium);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.psc-edit-btn {
|
||||
--background: #fafafa;
|
||||
--color: var(--ion-color-dark);
|
||||
--border-radius: 12px;
|
||||
--box-shadow: none;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
margin: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.profile-quick-actions-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 8px 0;
|
||||
margin: 0 20px 24px;
|
||||
}
|
||||
|
||||
.profile-quick-action {
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: transparent;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
padding: 14px 16px;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.profile-quick-action + .profile-quick-action {
|
||||
border-top: 1px solid rgba(17, 24, 39, 0.06);
|
||||
}
|
||||
|
||||
.profile-quick-action-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 18px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.profile-quick-action-icon--accent {
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.profile-quick-action-icon--soft {
|
||||
background: rgba(22, 163, 74, 0.1);
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.profile-quick-action-copy {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.profile-quick-action-title {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.profile-quick-action-subtitle {
|
||||
font-size: 13px;
|
||||
color: rgba(17, 24, 39, 0.6);
|
||||
}
|
||||
|
||||
/* Settings Cards */
|
||||
.settings-section-title {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
color: rgba(17, 24, 39, 0.48);
|
||||
margin: 0 20px 8px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
}
|
||||
|
||||
.settings-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 8px 0;
|
||||
margin: 0 20px 20px;
|
||||
}
|
||||
|
||||
.profile-footer-mark {
|
||||
margin: 8px 20px 0;
|
||||
padding: 12px 20px calc(8px + var(--ion-safe-area-bottom, 0px));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.profile-footer-logo {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 16px;
|
||||
background: rgba(109, 40, 217, 0.1);
|
||||
color: #6d28d9;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.profile-footer-name {
|
||||
margin: 0;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.profile-footer-meta {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: rgba(17, 24, 39, 0.48);
|
||||
}
|
||||
|
||||
.profile-footer-copyright {
|
||||
margin: 2px 0 0;
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: rgba(17, 24, 39, 0.4);
|
||||
}
|
||||
|
||||
.profile-inline-note {
|
||||
margin: 0 16px 10px;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
background: rgba(109, 40, 217, 0.06);
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.profile-inline-note-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 12px;
|
||||
background: rgba(109, 40, 217, 0.12);
|
||||
color: #6d28d9;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.profile-inline-note-title {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #111827;
|
||||
margin: 0 0 2px;
|
||||
}
|
||||
|
||||
.profile-inline-note-text {
|
||||
font-size: 13px;
|
||||
line-height: 1.45;
|
||||
color: rgba(17, 24, 39, 0.6);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.settings-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 56px;
|
||||
padding: 8px 16px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.sr-icon-box {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 12px;
|
||||
background: #fafafa;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 18px;
|
||||
color: var(--ion-color-primary);
|
||||
}
|
||||
|
||||
.sr-icon-box.danger {
|
||||
color: var(--ion-color-danger);
|
||||
background: rgba(220, 38, 38, 0.08);
|
||||
}
|
||||
|
||||
.sr-label {
|
||||
flex: 1;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
color: var(--ion-color-dark);
|
||||
}
|
||||
|
||||
.sr-label.danger {
|
||||
color: var(--ion-color-danger);
|
||||
}
|
||||
|
||||
.sr-toggle {
|
||||
--handle-background: #ffffff;
|
||||
--handle-background-checked: #ffffff;
|
||||
--track-background: #e5e7eb;
|
||||
--track-background-checked: var(--ion-color-primary);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Edit Profile */
|
||||
.edit-profile-card {
|
||||
background: #ffffff;
|
||||
border-radius: 24px;
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.profile-back-button {
|
||||
--color: var(--profile-action-accent, var(--color-brand));
|
||||
--background: transparent;
|
||||
--background-activated: transparent;
|
||||
--border-radius: 12px;
|
||||
--box-shadow: none;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.profile-back-button ion-icon {
|
||||
color: var(--profile-action-accent, var(--color-brand));
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.edit-profile-shell {
|
||||
padding-bottom: calc(32px + var(--ion-safe-area-bottom, 0px));
|
||||
}
|
||||
|
||||
.epc-field {
|
||||
--background: #fafafa;
|
||||
--color: #111827;
|
||||
--placeholder-color: rgba(17, 24, 39, 0.38);
|
||||
--placeholder-opacity: 1;
|
||||
--highlight-color-focused: #6d28d9;
|
||||
--border-radius: 12px;
|
||||
--padding-start: 16px;
|
||||
--padding-end: 16px;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.epc-field::part(label) {
|
||||
color: rgba(17, 24, 39, 0.62);
|
||||
}
|
||||
|
||||
.epc-field.ion-focused::part(label) {
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.epc-save-btn {
|
||||
--background: var(--ion-color-primary);
|
||||
--border-radius: 999px;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
margin: 0 20px 20px;
|
||||
height: 52px;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user