mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Remove footer and related styles
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user