Small header (#1721)

Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
Eduard Heimbuch
2021-07-07 16:26:58 +02:00
committed by GitHub
parent 123bf5c862
commit cd6e624e61
20 changed files with 656 additions and 182 deletions

View File

@@ -60,10 +60,6 @@ $family-monospace: "Courier New", Monaco, Menlo, "Ubuntu Mono", "source-code-pro
padding: 0 0 0 3.8em !important;
}
.main {
min-height: calc(100vh - 300px);
}
// shown in top section when pageactions set
hr.header-with-actions {
margin-top: -10px;
@@ -92,7 +88,6 @@ hr.header-with-actions {
}
footer.footer {
//height: 100px;
background-color: $white-ter;
padding: inherit;
@@ -716,6 +711,13 @@ form .field:not(.is-grouped) {
opacity: 1;
}
.has-scm-background {
background-image: url(images/scmManagerHero.jpg) !important;
background-size: cover;
background-position: top center;
background-color: #002e4b;
}
// hero
.hero.is-dark {
background-color: #002e4b;