194 lines
3.6 KiB
SCSS
194 lines
3.6 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-footer {
|
|
z-index: 1;
|
|
clear: both;
|
|
background:#1a1b20;
|
|
position: relative;
|
|
color: $theme-color-main;
|
|
font-size: 0.8125em;
|
|
.footer-updated-date{
|
|
clear: both;
|
|
padding-left: 1em;
|
|
}
|
|
ul{
|
|
padding: 0;
|
|
}
|
|
li{
|
|
list-style: none;
|
|
}
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
|
|
|
|
}
|
|
|
|
.container {
|
|
@extend .response-container;
|
|
}
|
|
.footer-counter a { padding-right: 0.5em; }
|
|
a {
|
|
color: #fff;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
opacity: .8;
|
|
}
|
|
}
|
|
}
|
|
.footer-counter{
|
|
display: none;
|
|
}
|
|
.layout-footer-content{
|
|
color: #fff;
|
|
.fab{
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
@media(max-width:$screen-xs){
|
|
.footer-content{
|
|
flex-wrap: wrap;
|
|
}
|
|
.part{
|
|
width: 100%!important;
|
|
}
|
|
}
|
|
.footericon{
|
|
margin-right: 1rem;
|
|
font-size: 0.8125em;
|
|
border: #e0e0e0 1px solid;
|
|
padding: 0.5em 1em;
|
|
display: inline-block;
|
|
margin-bottom: 1em;
|
|
}
|
|
.fatfooter{
|
|
display: none;
|
|
ul{
|
|
padding: 0;
|
|
}
|
|
li{
|
|
margin: 12px 0;
|
|
}
|
|
}
|
|
.btn-fatfooter{
|
|
align-items: center;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 100px;
|
|
height: 50px;
|
|
background:#1a1b20;
|
|
top: -59px;
|
|
border-radius: 100px 100px 0 0;
|
|
margin: auto;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
.btn{
|
|
color: #fff;
|
|
opacity: .8;
|
|
text-shadow: 0;
|
|
}
|
|
}
|
|
.footer{
|
|
@media(min-width:769px){
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: stretch;
|
|
flex-wrap: wrap;
|
|
}
|
|
clear: both;
|
|
width: 100%;
|
|
border-top: 1px #ededed solid;
|
|
|
|
.footer-logo-title{
|
|
width: 280px;
|
|
padding: 13px 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: #fff;
|
|
@media(max-width:768px){
|
|
width: 100%;
|
|
}
|
|
}
|
|
.footer-column{
|
|
width: calc(100% - 280px);
|
|
background-color: #4D4D4D;
|
|
position: relative;
|
|
@media(max-width:768px){
|
|
width: 100%;
|
|
}
|
|
.footer-nav-social{
|
|
width: 100%;
|
|
padding: 15px 20px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px #ffffff80 solid;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
.footer-social-icon{
|
|
@media(max-width:768px){
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
a{
|
|
margin: 5px;
|
|
}
|
|
}
|
|
}
|
|
.footer-nav{
|
|
width: calc(100% - 130px);
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
@media(max-width:768px){
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
flex-wrap: wrap;
|
|
li{
|
|
margin: 0 10px 15px 10px;
|
|
}
|
|
}
|
|
@media(min-width:769px){
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
li{
|
|
margin: 0 15px;
|
|
}
|
|
}
|
|
li{
|
|
padding: 0;
|
|
color: #fff;
|
|
font-size: 1.1em;
|
|
font-weight: 300;
|
|
line-height: 1em;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
}
|
|
.footer-links{
|
|
width: 100%;
|
|
padding: 20px 0 20px 30px;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
font-size: 0.9rem;
|
|
line-height: 1.4em;
|
|
}
|
|
}
|
|
.footer-links-infor{
|
|
text-align: center;
|
|
width: 100%;
|
|
padding: 2em;
|
|
}
|
|
} |