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

101 lines
1.8 KiB
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
z-index: 1;
clear: both;
position: relative;
padding:0;
background: radial-gradient(circle at 70% 80%, rgba(30, 80, 140, 0.85), transparent 60%), radial-gradient(circle at 1% 1%, #b84e2a, transparent 30%), radial-gradient(circle at 50% 50%, rgba(20, 60, 160, 0.45), transparent 70%), linear-gradient(135deg, #0d4a7a 0%, #0860b0 80%, #7a3018 100%);
color: $theme-color-main;
.layout-footer-inner{
padding-bottom: 1em!important;
padding-top: 1em!important;
}
.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;
padding: 1em;
line-height: 2;
.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;
}
}