mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-16 04:51:16 +00:00
changed color for admin tag
This commit is contained in:
parent
dc43f9017f
commit
af48583e92
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div v-if="type === 'OWNER'" class="type-box">Owner</div>
|
||||
<div v-else-if="isAdmin" class="type-box">Admin</div>
|
||||
<div v-else-if="isAdmin" class="type-box admin">Admin</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -142,6 +142,9 @@ export default {
|
|||
background: rgb(255, 71, 71);
|
||||
}
|
||||
|
||||
.type-box.admin {
|
||||
background: #ff6947;
|
||||
}
|
||||
.avatar {
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue