Files
sogo/UI/WebServerResources/scss/components/_modules/_summary-header.scss
iRouge 25213605bb MODULE-TYPO
- Sass set-up
- md-list
- md-theming (install)
2015-06-11 15:49:31 -04:00

30 lines
385 B
SCSS
Executable File

/**
*
* Editorial Header
*
**/
.summary-header {
background-color: $colorBlue;
padding-bottom: $lineHeight * 3;
color: #ffffff;
margin-bottom: $lineHeight;
box-shadow: inset 0 2px 0 0 #fff;
.breadcrumbs__link {
color: #ffffff;
}
}
.summary-header__anchor-list {
margin-top: $lineHeight * 2;
}
.summary-header__anchors-item {
& a {
color: #ffffff;
}
}