nanterre: increase titles font size and remove background (#61853)

This commit is contained in:
Serghei Mihai 2022-02-10 12:16:36 +01:00
parent 9fde0d9b58
commit b1e11b99d2
3 changed files with 2 additions and 5 deletions

View File

@ -6,10 +6,6 @@ body {
margin: 0 auto;
}
#page {
background: white url(img/bg.jpg) 50% 130px no-repeat;
}
h1#logo {
padding-top: 12px;
padding-bottom: 12px;

View File

@ -18,10 +18,11 @@ $button-border: 1px solid $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$title-font-size: 1.5em;
$footer-background: #E9E9E9;
$footer-color: #333;
$sidebar-position: right;
$dashboard-selected-color: $primary-color;
$wcs-steps-spacing: 0.7rem;
$wcs-steps-background: #fff;
$wcs-steps-background: #fff;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB