Virton : Small adjustments following main color change
gitea/imio-publik-themes/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2024-01-19 14:13:41 +01:00
parent 4fdf88299a
commit 8c5c9459dd
2 changed files with 20 additions and 12 deletions

View File

@ -1,10 +1,17 @@
//Opacity & color of cell
div.link-cell.has-asset-picture a:not(.asset-link) span {
opacity: 0.80;
background-color: #9C7B0A;
opacity: 0.8;
background-color: $primary-color;
padding: 0.5em;
border-radius: 5px;
display: block;
max-width: 20rem;
}
div.link-cell.has-asset-picture a:not(.asset-link) {
margin-bottom: 45px;
}
// Opacity & color of the picture
div.link-cell.has-asset-picture picture::before {
background: #9C7B0A;
opacity: 0.1;
}
background: $primary-color;
opacity: 0.1;
}

View File

@ -1,17 +1,18 @@
// Refer to '../includes/eo-base-imio-tuned' to fine tuned other vars
@import "../../publik-base-theme/static/includes/fonts/opensans";
@import "../../publik-base-theme/static/includes/fonts/montserrat";
$font-family: 'Open Sans', Arial, Helvetica, sans-serif;
$font-family: "Open Sans", Arial, Helvetica, sans-serif;
$nav-background: none;
$logo-width: 110px;
$imio-logo-top: -9px;
$imio-logo-left: 30px;
$imio-logo-height: 100px;
$title-font-family: 'Montserrat', sans-serif;
$primary-color: #333030;
$logo-width: 156px;
$imio-logo-top: 12px;
$imio-logo-left: 9px;
$imio-logo-height: 65px;
$title-font-family: "Montserrat", sans-serif;
$primary-color: #cf102d;
$imio-header-height: 356px;
// $header-logo-size: 230px 80px;
$imio-header-logo-padding-top: 44px;
$imio-header-logo-padding-left: 50px;
$link-color-footer: white;
$imio-is-iacitizen: true;
$border-radius: 40px;