templates/base_investor_no_menu.html.twig line 1
Squircle Capital Investor Portal
{{ encore_entry_link_tags('investor_style') }}

{% for message in app.flashes('success') %}
{% endfor %}
{% block content %}
{% endblock %}
.footer {
background: rgb(237,237,237);
padding: 70px 0 30px 0;
}
.blue_border2 {
border-top: 3px solid rgb(97,130,185);
width: 40px;
display: inline-block;
}
.footer .office_address {
font-family: 'Georama', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: rgb(35,40,75);
padding: 0;
}
.footer .office_area {
font-family: 'PT Serif', serif;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: rgb(35 50 75);
font-weight: 600;
}
.footer .office_address .office_wrapper_line {
padding: 0 0 10px 0;
}
.footer .office_address .office_wrapper {
padding: 0;
}
.footer_legal {
padding: 30px 0 0 0;
font-family: 'PT Serif', serif;
font-weight: 400;
}
.footer-nav {
font-family: 'Georama', sans-serif;
display: inline-block;
}
.footer-nav ul {
list-style: none;
padding: 0 0 40px 0;
margin: 0;
}
.footer-nav li {
margin: 0;
padding: 0 20px 0 0;
font-size: 16px;
line-height: 22px;
display: inline;
}
.footer-nav a {
color: rgb(35,40,75);
text-decoration: underline;
}
.footer-nav a:hover {
color: rgb(97,130,185);
text-decoration:underline;
}
.legal_copyright {
display: inline-block;
font-size: 16px;
line-height: 22px;
font-family: 'Georama', sans-serif;
font-weight: 400;
color: rgb(35,40,75);
}
.social_media {
position: relative;
top: 40px;
}
.social_media a:hover i {
color: rgb(97,130,185);
text-decoration: none;
-webkit-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
-ms-transition: color 0.3s linear;
-o-transition: color 0.3s linear;
transition: color 0.3s linear;
}
{% block javascripts %}
{{ encore_entry_script_tags('auth') }}
{% endblock %}