mirror of https://github.com/zulip/zulip.git
css: Merge css for `.footer` in portico.scss.
This commit is contained in:
parent
83376b49da
commit
d389885fe4
|
@ -493,12 +493,13 @@ input.text-error {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* -- new footer -- */
|
||||||
.footer {
|
.footer {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .footer-navigation {
|
.footer .footer-navigation {
|
||||||
|
@ -506,11 +507,6 @@ input.text-error {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -- new footer -- */
|
|
||||||
.footer {
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer a {
|
.footer a {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue