Simplify member dashboard - remove points, payments, stats, and social features
All checks were successful
Build And Push Image / docker (push) Successful in 1m57s
All checks were successful
Build And Push Image / docker (push) Successful in 1m57s
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
src="/MONACOUSA-Flags_376x376.png"
|
||||
width="80"
|
||||
height="80"
|
||||
class="mx-auto mb-2 float-animation"
|
||||
class="mx-auto mb-2"
|
||||
/>
|
||||
<div class="text-h6 font-weight-bold monaco-red-text">
|
||||
MonacoUSA Portal
|
||||
@@ -63,14 +63,6 @@
|
||||
value="resources"
|
||||
class="glass-nav-item"
|
||||
/>
|
||||
|
||||
<v-list-item
|
||||
to="/member/directory"
|
||||
prepend-icon="mdi-contacts"
|
||||
title="Member Directory"
|
||||
value="directory"
|
||||
class="glass-nav-item"
|
||||
/>
|
||||
</v-list>
|
||||
|
||||
<!-- Footer with Glass Card -->
|
||||
@@ -240,19 +232,6 @@ watch(width, (newWidth) => {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.float-animation {
|
||||
animation: float 3s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes float {
|
||||
0%, 100% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
}
|
||||
|
||||
// Monaco Text Colors
|
||||
.monaco-red-text {
|
||||
color: #dc2626 !important;
|
||||
|
||||
Reference in New Issue
Block a user