Remove footer and related styles

This commit is contained in:
Marliana Lara
2018-07-19 12:04:54 -04:00
parent 1ff4d50cc6
commit 1a982d3e40
6 changed files with 4 additions and 39 deletions

View File

@@ -202,30 +202,13 @@
width: 100%;
flex-direction: column;
padding-left: @at-width-collapsed-side-nav;
padding-bottom: @at-space-4x;
overflow-x: hidden;
}
&-content {
flex: 1px;
}
&-footer {
background-color: @at-color-footer-background;
color: @at-color-footer;
position: relative;
padding-right: @at-padding-footer-right;
padding-bottom: @at-padding-footer-bottom;
margin-top: @at-margin-footer-top;
flex: 0;
display: flex;
align-items: center;
justify-content: flex-end;
a {
cursor: pointer;
margin-right: @at-margin-after-footer-link;
}
}
}
@media screen and (max-width: @at-breakpoint-mobile-layout) {