Add links to web and terms

This commit is contained in:
elhombretecla 2021-02-17 17:28:51 +01:00 committed by Andrey Antukh
parent cfa47cc7b9
commit e96d2336cf
2 changed files with 21 additions and 6 deletions

View file

@ -45,12 +45,13 @@
}
.auth-content {
grid-column: 2 / span 1;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: $color-white;
display: flex;
grid-column: 2 / span 1;
height: 100vh;
justify-content: center;
position: relative;
.form-container {
width: 412px;
@ -91,3 +92,13 @@
}
}
}
.terms-login {
bottom: $big;
font-size: $fs14;
position: absolute;
span {
margin: 0 $small;
}
}