49 lines
877 B
SCSS
49 lines
877 B
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
.kenfooter{
|
|
background-color:#3d3d3d;
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
.layout-footer-inner{
|
|
background: url(/assets/故宮剪影.svg) bottom no-repeat #3d3d3d;
|
|
background-position: right 92px;
|
|
padding: 2em!important;
|
|
}
|
|
.layout-footer {
|
|
|
|
color:#fff;
|
|
font-size: 0.8125em;
|
|
letter-spacing: 1px;
|
|
z-index: 2;
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
|
|
font-family: 'IndustryW00-Medium';
|
|
}
|
|
|
|
.container {
|
|
@extend .response-container;
|
|
}
|
|
.footer-counter a { padding-right: 0.5em; }
|
|
a {
|
|
color: #fff;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
color:#fff;
|
|
letter-spacing: 3px;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
}
|
|
}
|
|
.footer-counter{
|
|
display: none;
|
|
}
|
|
.layout-footer-content{
|
|
.fab{
|
|
font-size: 20px;
|
|
padding-right: 10px;
|
|
}
|
|
}
|