mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 11:00:50 +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;
|
animation: Anime 4s ease infinite;
|
||||||
}
|
}
|
||||||
|
.cute .emote {
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
@keyframes Anime {
|
@keyframes Anime {
|
||||||
0% {
|
0% {
|
||||||
background-position: 0% 50%;
|
background-position: 0% 50%;
|
||||||
|
|
|
||||||
|
|
@ -45,14 +45,13 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.logged-in {
|
.logged-in {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card{
|
.card{
|
||||||
background-color: rgba(0, 0, 0, 0.041);
|
background-color: rgba(0, 0, 0, 0.041);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -63,6 +62,7 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
.new-member{
|
.new-member{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue