packer-cn/website/source/assets/stylesheets/_footer.scss

103 lines
1.5 KiB
SCSS
Raw Normal View History

2015-11-10 15:19:17 -05:00
#footer{
background-color: $black;
padding: 20px 0;
2015-11-10 15:19:17 -05:00
&.white{
background-color: $black;
.footer-links{
li > a {
@include project-footer-a-subpage-style();
2014-10-20 13:55:50 -04:00
}
}
2015-11-10 15:19:17 -05:00
}
2015-11-10 15:19:17 -05:00
.footer-links{
li > a {
@include project-footer-a-style();
2015-07-22 21:09:32 -04:00
}
}
2015-11-10 15:19:17 -05:00
.hashicorp-project{
margin-top: 24px;
2015-12-20 15:35:44 -05:00
&:hover{
svg{
.svg-bg-line{
opacity: .4;
}
}
}
2015-07-22 21:09:32 -04:00
}
2015-11-10 15:19:17 -05:00
.pull-right{
padding-right: 15px;
2015-07-22 21:09:32 -04:00
}
}
2015-11-10 16:31:42 -05:00
body{
&.page-Community{
.edit-page-link{
position: absolute;
top: -70px;
right: 30px;
}
}
}
2015-11-10 15:19:17 -05:00
.edit-page-link{
position: absolute;
top: -150px;
right: 30px;;
a{
text-transform: uppercase;
color: $black;
font-size: 13px;
}
}
@media (min-width: 1500px) {
.edit-page-link{
top: -56px;
}
}
2015-11-10 16:15:50 -05:00
@media (max-width: 768px) {
#footer{
padding: 20px 0 80px;
2015-11-10 15:19:17 -05:00
text-align: center;
.footer-hashi{
display: block;
float: none !important;
2015-11-10 16:15:50 -05:00
.hashicorp-project{
margin-left: -30px;
}
2015-11-10 15:19:17 -05:00
}
2015-11-10 15:19:17 -05:00
ul{
display: block;
2015-11-10 16:15:50 -05:00
width: 100%;
2015-11-10 15:19:17 -05:00
li{
display: block;
float: none;
}
&.external-links{
li{
2015-11-10 16:15:50 -05:00
a{
padding-left: 0 !important;
margin-left: -14px;
}
2015-11-10 15:19:17 -05:00
svg{
position: relative;
left: 0;
top: 2px;
margin-top: 0;
margin-right: 4px;
}
}
}
}
}
}