terraform/website/source/assets/stylesheets/_footer.scss

101 lines
1.4 KiB
SCSS
Raw Normal View History

body.page-sub{
#footer{
padding: 40px 0;
margin-top: 0;
2015-12-20 20:49:02 +01:00
.hashicorp-project{
margin-top: 24px;
&:hover{
svg{
.svg-bg-line{
opacity: .4;
}
}
}
}
}
}
2014-07-23 10:12:09 +02:00
#footer{
background-color: white;
2015-11-10 07:12:00 +01:00
padding: 150px 0 80px;
margin-top: -40px;
2014-07-23 10:12:09 +02:00
&.white{
background-color: $black;
2014-07-23 10:12:09 +02:00
.footer-links{
li > a {
@include project-footer-a-subpage-style();
}
2014-07-23 10:12:09 +02:00
}
}
2014-07-23 10:12:09 +02:00
.footer-links{
li > a {
@include project-footer-a-style();
2014-07-23 10:34:26 +02:00
}
}
2014-07-23 10:12:09 +02:00
.hashicorp-project{
margin-top: 24px;
}
2014-07-23 10:42:05 +02:00
.pull-right{
padding-right: 15px;
}
2014-07-23 10:34:26 +02:00
}
2014-07-23 10:12:09 +02:00
.edit-page-link{
position: absolute;
top: -70px;
2015-11-24 05:51:02 +01:00
right: 30px;
z-index: 9999;
a{
text-transform: uppercase;
color: $black;
font-size: 13px;
}
}
2014-07-25 00:32:00 +02:00
@media (max-width: 992px) {
.footer-links {
display: block;
text-align: center;
2014-07-25 00:32:00 +02:00
ul{
display: inline-block;;
float: none !important;
}
2014-07-25 00:32:00 +02:00
.footer-hashi{
display: block;
float: none !important;
2014-07-25 00:32:00 +02:00
}
}
2014-07-25 00:32:00 +02:00
}
2014-07-23 10:12:09 +02:00
@media (max-width: 414px) {
#footer{
ul{
display: block;
li{
display: block;
float: none;
}
2014-07-23 10:12:09 +02:00
&.external-links{
li{
svg{
position: relative;
left: 0;
top: 2px;
margin-top: 0;
margin-right: 4px;
}
}
}
2014-07-23 10:12:09 +02:00
}
}
2014-07-23 10:12:09 +02:00
}