This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/layout/_featured.scss
2017-03-31 12:22:46 +01:00

25 lines
391 B
SCSS

.region-featured {
position: relative;
&:after {
background-image: url('../images/dcb-bg.jpg');
background-size: cover;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
}
.featured-footer {
background: black;
color: white;
font-size: 1.2rem;
font-weight: bold;
padding: 1rem;
text-align: center;
}