change css for footer to stay in the bottom of the page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52161 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
e0053c9589
commit
df71916986
|
@ -1,7 +1,10 @@
|
||||||
.custom-footer {
|
.custom-footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left:0;
|
width: 100%;
|
||||||
|
}
|
||||||
|
#tm-main {
|
||||||
|
min-height: 80vh;
|
||||||
}
|
}
|
||||||
.custom-external {
|
.custom-external {
|
||||||
background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left 10%;
|
background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left 10%;
|
||||||
|
|
Loading…
Reference in New Issue