88 lines
1.3 KiB
SCSS
88 lines
1.3 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-footer {
|
|
clear: both;
|
|
background:#1a1b20;
|
|
position: relative;
|
|
padding: 2em 0;
|
|
color: $theme-color-main;
|
|
font-size: 0.8125em;
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
}
|