open-vault/website/source/assets/stylesheets/_footer.scss

82 lines
1.1 KiB
SCSS
Raw Normal View History

2015-03-13 17:34:29 +00:00
body.page-sub{
2015-11-10 04:58:06 +00:00
#footer{
padding: 0 0 40px 0;
.col-md-10{
padding-top: 40px;
border-top: 1px solid $faint-gray;
2015-03-13 17:34:29 +00:00
}
2015-11-10 04:58:06 +00:00
}
2015-03-13 17:34:29 +00:00
}
#footer{
flex-shrink:0;
2015-11-10 04:58:06 +00:00
padding: 64px 0;
2015-04-07 16:30:58 +00:00
2015-11-10 04:58:06 +00:00
.hashicorp-project{
margin-top: 24px;
2015-12-20 19:56:28 +00:00
@include project-by-hashicorp-style();
&:hover{
color: $black;
}
2015-11-10 04:58:06 +00:00
}
2015-03-13 17:34:29 +00:00
2015-11-10 04:58:06 +00:00
.pull-right{
padding-right: 15px;
}
2015-03-13 17:34:29 +00:00
}
2015-11-10 05:10:49 +00:00
.edit-page-link{
position: absolute;
top: -50px;
right: 15px;
z-index: 10;
2015-11-10 05:10:49 +00:00
a{
text-transform: uppercase;
color: $black;
font-size: 13px;
}
}
2015-03-13 17:34:29 +00:00
@media (max-width: 992px) {
2015-11-10 04:58:06 +00:00
.footer-links {
display: block;
text-align: center;
2015-03-13 17:34:29 +00:00
2015-11-10 04:58:06 +00:00
ul{
display: inline-block;;
float: none !important;
2015-03-13 17:34:29 +00:00
}
2015-11-10 04:58:06 +00:00
.footer-hashi{
display: block;
float: none !important;
2015-03-13 17:34:29 +00:00
}
2015-11-10 04:58:06 +00:00
}
2015-03-13 17:34:29 +00:00
}
2015-11-10 04:58:06 +00:00
@media (max-width: 414px) {
#footer{
ul{
display: block;
li{
display: block;
float: none;
}
2015-03-13 17:34:29 +00:00
2015-11-10 04:58:06 +00:00
&.external-links{
li{
svg{
position: relative;
left: 0;
top: 2px;
margin-top: 0;
margin-right: 4px;
}
2015-03-13 17:34:29 +00:00
}
2015-11-10 04:58:06 +00:00
}
2015-03-13 17:34:29 +00:00
}
2015-11-10 04:58:06 +00:00
}
2015-03-13 17:34:29 +00:00
}