Skip to content
Snippets Groups Projects
Commit 2f1093cc authored by Chris Gross's avatar Chris Gross
Browse files

daily buil

parent d41072a2
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,13 @@ function ocio_omega_base_preprocess_page(&$vars) {
$vars['landing_page'] = isset($vars['node']) && $vars['node']->type == 'ocio_landing_page';
if ($vars['landing_page']) {
$vars['title_attributes_array']['class'][] = 'l-constrained';
$vars['title_attributes_array']['class'][] = 'max-width';
$vars['title_prefix']['ocio_omega_base'] = array(
'type' => 'markup',
'#markup' => '<div class="l-constrained max-width">',
);
$vars['title_suffix']['ocio_omega_base'] = array(
'type' => 'markup',
'#markup' => '</div>',
);
}
}
// basic breadcrumb style -- override as needed in subtheme
ul.breadcrumb {
padding: 0;
@extend .no-list-style;
padding: 0;
@extend .no-list-style;
margin-bottom: 0;
li {
display: inline-block;
margin-right: 0.3 * $horz-spacing-unit;
font-weight: 600;
li {
display: inline-block;
margin-right: 0.3 * $horz-spacing-unit;
font-weight: 600;
&:after {
content: "|";
color: $red;
font-weight: 700;
margin-left: 0.3 * $horz-spacing-unit;
}
&:after {
content: "|";
color: $red;
font-weight: 700;
margin-left: 0.3 * $horz-spacing-unit;
}
a {
@include link-colors($md-gray, $md-gray, $blue, $md-gray, $yellow);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
a {
@include link-colors($md-gray, $md-gray, $blue, $md-gray, $yellow);
text-decoration: none;
}
&:hover {
text-decoration: underline;
}
}
}
//remove separator and margin for last item
li:last-child {
margin-right: 0;
&:after {
content: " ";
}
}
//remove separator and margin for last item
li:last-child {
margin-right: 0;
&:after {
content: " ";
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment