mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
Small header (#1721)
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user