|
|
@ -18,6 +18,18 @@ class NewFooter extends Component {
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="newFooter edu-txt-center ">
|
|
|
|
<div className="newFooter edu-txt-center ">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
.newFooter {
|
|
|
|
|
|
|
|
max-height: 140px !important;
|
|
|
|
|
|
|
|
padding-bottom: 20px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
{/*newContainers*/}
|
|
|
|
{/*newContainers*/}
|
|
|
|
<div className="inner-footer_con">
|
|
|
|
<div className="inner-footer_con">
|
|
|
|
{this.props.user&&this.props.user.main_site===true?<div className="footercon">
|
|
|
|
{this.props.user&&this.props.user.main_site===true?<div className="footercon">
|
|
|
|