css: Merge css for `.footer` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 02:12:37 +05:30 committed by Tim Abbott
parent 83376b49da
commit d389885fe4
1 changed files with 2 additions and 6 deletions

View File

@ -493,12 +493,13 @@ input.text-error {
display: block;
}
/* -- new footer -- */
.footer {
margin: 20px;
z-index: 100;
width: calc(100% - 40px);
text-align: center;
font-size: 0.9em;
}
.footer .footer-navigation {
@ -506,11 +507,6 @@ input.text-error {
margin-right: 0px;
}
/* -- new footer -- */
.footer {
font-size: 0.9em;
}
.footer a {
color: inherit !important;
}