remove min-height globally, style footer

pull/1/head
Pierre Bondoerffer 7 years ago
parent 0fe49d6641
commit f71b082aac
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -6,13 +6,10 @@
// Basic setup for info pages, this should be used at the global level
.infopages_main () {
background-color: @colortheme_info-background;
min-height: 100vh;
a {
color: @colortheme_link-color;
&:visited {
color: @colortheme_link-color-visited;
}
&:visited { color: @colortheme_link-color-visited; }
//opacity: 0.8;
//transition: opacity 0.2s;
}
@ -58,6 +55,31 @@
}
}
}
footer {
background-color: white;
.container {
.col {
margin-top: 1em;
}
width: 100%;
text-align: center;
margin-bottom: 1em;
ul.list-unstyled {
margin: 0;
}
}
.cp-version-footer {
background-color: @colortheme_info-background;
color: black;
text-align: center;
padding: 0.5em;
}
}
};
.infopages_link () {

@ -20,6 +20,7 @@
color: #FFF;
background: linear-gradient( @background_darker, @background_lighter ), url('/customize/bg14.jpg');
background-size: cover;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-around;
@ -195,4 +196,4 @@ h4 {
.collapse.show {
margin-bottom: -12em;
}
}
}

Loading…
Cancel
Save