horizon1_nfuim/assets/stylesheets/template/layout/footer.scss

116 lines
1.9 KiB
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
z-index: 1;
clear: both;
position: relative;
padding: 3em 0;
color: #fff;
font-size: 0.8125em;
background: url(/assets/bglast1.png) no-repeat top left;
background-size: cover;
p {
margin-bottom: 0.5rem;
}
// &:before{
// background:url(/assets/footerimg.png) no-repeat;
// content: "";
// position: absolute;
// top: 0;
// right: 0;
// width: 100%;
// height: 100%;
// background-position-x: right;
// background-size: contain;
// background-position-y: bottom;
// opacity: 0.6;
// z-index: -1;
// @media(max-width:768px){
// opacity: .2;
// }
// }
.footer-updated-date{
clear: both;
padding-left: 1em;
}
ul{
padding: 0;
}s
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;
}
}