+ client: login page

This commit is contained in:
Ildar Kamalov
2019-09-05 19:07:14 +03:00
parent 1e4edf0669
commit 66bd06cf69
26 changed files with 607 additions and 118 deletions

View File

@@ -1,3 +1,7 @@
.footer {
padding: 1rem 0;
}
.footer__row {
display: flex;
align-items: center;
@@ -8,6 +12,12 @@
margin-bottom: 15px;
}
.footer__column--links {
display: flex;
flex-direction: column;
align-items: center;
}
.footer__column--language {
min-width: 220px;
margin-bottom: 0;
@@ -16,7 +26,7 @@
.footer__link {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
margin-bottom: 8px;
}
.footer__link--report {
@@ -42,4 +52,12 @@
min-width: initial;
margin-left: auto;
}
.footer__column--links {
display: block;
}
.footer__link {
margin: 0 20px 0 0;
}
}