Close session and access to the API input done

This commit is contained in:
2021-09-27 19:48:49 -03:00
parent 6fa94486f7
commit 915b8334b1
9 changed files with 161 additions and 26 deletions

View File

@@ -520,6 +520,44 @@
border: #969696 solid 1px;
}
.go-to-account {
width: 3vw;
height: 3vw;
position: absolute;
left: 5vw;
background-color: #1FAB89;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.go-to-account .go-to-account-text {
font-family: "Raleway", sans-serif;
font-weight: 700;
text-decoration: none;
user-select: none;
color: #ffffff;
}
.close-session {
width: 6vw;
height: 3vw;
position: absolute;
left: 10vw;
background-color: #1FAB89;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5%;
}
.close-session .close-session-text {
font-family: "Raleway", sans-serif;
font-weight: 700;
text-decoration: none;
user-select: none;
color: #ffffff;
}
html, body {
margin: 0;
padding: 0;