Styles fixes

This commit is contained in:
2021-10-26 14:09:41 -03:00
parent 06be624918
commit a4d1e512b2
6 changed files with 67 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
transition: 0.4s ease-in-out;
text-align: center;
padding: 0px 0.5vw;
padding: 0px 2vw;
padding-bottom: 1vh;
border-radius: 10px;
@@ -66,4 +66,21 @@
transition: 0.4s ease-in-out;
}
}
}
@media (max-width: 991.98px) {
.account-preview {
left: 80%;
.full-name {
&.show {
opacity: 0%;
}
}
}
}