added back to login button

This commit is contained in:
Leon Noe Jovan
2021-12-06 19:31:48 +01:00
parent 5242985df1
commit 8fae602660
7 changed files with 46 additions and 3 deletions

View File

@@ -177,4 +177,18 @@ em {
font-size: 10px;
color: #46535B; }
.back-to-login {
position: relative;
height: 2rem; }
.back-to-login img {
position: absolute;
top: 0.25rem;
left: 0.5rem; }
.back-to-login a {
position: relative;
top: 0;
left: 3rem;
text-decoration: none;
color: #46535B; }
/*# sourceMappingURL=login-styles.css.map */