mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-17 05:21:07 +00:00
fixed z index
This commit is contained in:
parent
5ba9750cea
commit
9e5cacd102
3 changed files with 6 additions and 3 deletions
|
|
@ -87,7 +87,9 @@ export default {
|
|||
|
||||
animation: Anime 4s ease infinite;
|
||||
}
|
||||
|
||||
.cute .emote {
|
||||
z-index: 999;
|
||||
}
|
||||
@keyframes Anime {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
|
|
|
|||
|
|
@ -45,14 +45,13 @@ export default {
|
|||
<style scoped>
|
||||
.logged-in {
|
||||
color: white;
|
||||
|
||||
margin-top: 10px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.card{
|
||||
background-color: rgba(0, 0, 0, 0.041);
|
||||
padding: 20px;
|
||||
|
||||
margin-bottom: 30px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -63,6 +62,7 @@ export default {
|
|||
justify-content: center;
|
||||
justify-items: center;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ export default {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
.new-member{
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue