mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 22:11:03 +00:00
fixed bugs and colors
This commit is contained in:
parent
5b7a5135b6
commit
e82dd4a84f
2 changed files with 3 additions and 3 deletions
|
|
@ -545,7 +545,7 @@ export default {
|
|||
height: 0;
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
border-top: 15px solid #000000ad;
|
||||
border-top: 15px solid #00203a;
|
||||
|
||||
align-self: flex-end;
|
||||
margin-right: 46px;
|
||||
|
|
@ -557,7 +557,7 @@ export default {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
background: rgba(0, 110, 255, 0.8);
|
||||
background: rgba(0, 56, 100, 0.4);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.tab {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div
|
||||
class="container"
|
||||
:class="{ mentioned }"
|
||||
:class="{ 'mentioned-container': mentioned }"
|
||||
@mouseover="mouseOverEvent"
|
||||
@mouseleave="hover = false"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue