FrontEnd Angular - v0.0.1-alpha

This commit is contained in:
2022-09-04 04:22:18 -03:00
parent 9640501195
commit 4a0ff02e2a
116 changed files with 27771 additions and 19001 deletions

View File

@@ -0,0 +1,44 @@
.user-container {
justify-content: center;
align-items: center;
display: flex;
height: 70%;
}
.user-options {
justify-content: space-between;
flex-direction: column;
display: flex;
height: 60%;
}
.user-options ul {
justify-content: space-around;
flex-direction: column;
display: flex;
height: 100%;
padding: 0;
margin: 0;
}
.user-options li {
list-style: none;
padding: 0;
margin: 0;
}
.user-options li a {
font-family: 'Montserrat';
text-decoration: none;
font-weight: 400;
color: #ffffff;
font-size: 18px;
}
.user-options li a:hover {
color: #f44336;
transition: 0.5s;
cursor: pointer;
opacity: .8;
}