mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
css moved to app.component.scss
variables added within footer.component.scss
This commit is contained in:
@@ -1 +1,18 @@
|
|||||||
|
// Sticky Footer
|
||||||
|
|
||||||
|
.outer-wrapper {
|
||||||
|
display: flex;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inner-wrapper {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
flex-flow: column nowrap;
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content {
|
||||||
|
flex: 1 0 auto;
|
||||||
|
}
|
||||||
|
@@ -1,11 +1,17 @@
|
|||||||
@import '../../../styles/variables.scss';
|
@import '../../../styles/variables.scss';
|
||||||
|
@import '../../../../node_modules/bootstrap/scss/_variables.scss';
|
||||||
|
|
||||||
|
$footer-bg: $gray-lighter;
|
||||||
|
$footer-border: 1px solid darken($footer-bg, 10%);
|
||||||
|
$footer-padding: $spacer * 1.5;
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
/* just for demo */
|
background-color: $footer-bg;
|
||||||
background-color: #F8F8F8;
|
border-top: $footer-border;
|
||||||
border-top: 1px solid #E7E7E7;
|
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding:20px;
|
padding: $footer-padding;
|
||||||
/* just for demo */
|
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -8,22 +8,3 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sticky Footer
|
|
||||||
|
|
||||||
.outer-wrapper {
|
|
||||||
display: flex;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inner-wrapper {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
flex-flow: column nowrap;
|
|
||||||
display: flex;
|
|
||||||
min-height: 100vh;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content {
|
|
||||||
flex: 1 0 auto;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user