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;
|
||||
}
|
||||
|
||||
/* -- 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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue