new title style for verviers's cells

This commit is contained in:
Nicolas Hislaire 2018-12-03 15:43:45 +01:00
parent c039cf4694
commit 378542fd82
2 changed files with 10 additions and 3 deletions

View File

@ -7,6 +7,9 @@ $cell-color: #333 !default;
$cell-links-bullet: None !default; //bullets for lists inside cells
$cell-links-color: #028 !default; //colour of the links, inside de cells
$cell-links-color-hover: #028 !default;
$cell-title-color: #FFF !default;
$cell-title-bg-color: $primary-color !default;
$cell-title-font-weight: normal !default;
div#account-management ul > li > a,
div.wcsformsofcategorycell ul > li > a,
@ -30,8 +33,9 @@ div#services > ul > li > strong > a,
#content div.cell h2:first-child,
div#tracking-code h3,
div#rub_service h2 {
background-color: $primary-color;
color: $title-color;
background-color: $cell-title-bg-color;
color: $cell-title-color;
font-weight: $cell-title-font-weight;
}
/*Links in cells, in content*/
@ -59,4 +63,4 @@ div.wcscurrentformscell ul > li > a {
padding: 0 0.5em 0 0;
}
}
}
}

View File

@ -50,6 +50,9 @@ $cell-border: None;
$cell-links-bullet: "\0025B8";
$cell-links-color: $primary-color;
$cell-links-color-hover: $secondary-color;
$cell-title-color: $primary-color;
$cell-title-bg-color: transparent;
$cell-title-font-weight: bold;
/*FOOTER*/
$footer-text-color: #ffffff;