Update profile styles and change member year to 2025
This commit is contained in:
parent
0d5b1b738f
commit
6a3c37f0b9
|
|
@ -117,7 +117,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="stat-item">
|
<div class="stat-item">
|
||||||
<i class="fas fa-clock"></i>
|
<i class="fas fa-clock"></i>
|
||||||
<span>Member since 2023</span>
|
<span>Member since 2025</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -516,7 +516,7 @@
|
||||||
.profile-title {
|
.profile-title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-bottom: 15px;
|
margin: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-stats {
|
.profile-stats {
|
||||||
|
|
@ -567,7 +567,7 @@
|
||||||
.profile-tabs {
|
.profile-tabs {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
margin-bottom: 30px;
|
margin: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-tab {
|
.profile-tab {
|
||||||
|
|
@ -725,7 +725,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.availability-status.available i {
|
.availability-status.available i {
|
||||||
color: #4dafc4;
|
color: #4dca34;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue