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/_content-bottom.scss

40 lines
518 B
SCSS
Raw Normal View History

2017-05-05 15:42:08 +00:00
.region-content-bottom {
margin: 2em 0 4em;
text-align: center;
h2 {
font-size: 2em;
font-weight: 700;
@include media-tablet {
font-size: 3em;
}
@include media-large {
font-size: 4em;
}
span {
color: $dcb-green;
}
}
.block {
margin: 2em 1em;
}
.all-sponsors-link a {
2017-05-05 15:42:08 +00:00
@include button;
background-color: $dcb-green;
&:hover,
&:focus {
background: $dcb-purple;
}
}
img {
height: auto;
max-width: 100%;
}
}