[MTELESNIA-10] graphics tunning

This commit is contained in:
Daniel Muyshond 2023-01-25 13:16:27 +01:00
parent d98afd5ece
commit 945621eea5
2 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,7 @@
div#header h1 {
z-index: 3;
background: white;
height: 160px;
border-radius: 0 0 5px 5px;
width: 160px;
}

View File

@ -3,10 +3,10 @@
@import "../../publik-base-theme/static/includes/fonts/montserrat";
$font-family: 'Open Sans', Arial, Helvetica, sans-serif;
$nav-background: none;
$logo-width: 110px;
$imio-logo-top: 20px;
$imio-logo-left: 20px;
$imio-logo-height: 40px;
$logo-width: 149px;
$imio-logo-top: 16px;
$imio-logo-left: 18px;
$imio-logo-height: 156px;
$title-font-family: 'Montserrat', sans-serif;
$primary-color: #e83571;
$imio-header-height: 356px;
@ -17,4 +17,8 @@ $link-color-footer: white;
$imio-is-iacitizen: true;
$tertiary-color: #0fad8f;
$secondary-color: #375f8b;
$primary-color: #e83571;
$primary-color: #e83571;
$darkened-primary-color: #375f8b;
$button-border: darken($darkened-primary-color, 10%);
$widget-focus-outline: $darkened-primary-color;
// $primary-color: tomato;