38 lines
421 B
SCSS
38 lines
421 B
SCSS
.berry-sponsor {
|
|
text-align: center;
|
|
position: relative;
|
|
height: 130px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/*
|
|
* Berry styles
|
|
*/
|
|
|
|
.cs__header {
|
|
color: $base-mute;
|
|
@include font-size(-1);
|
|
}
|
|
|
|
.cs__blurb {
|
|
&,
|
|
&:hover,
|
|
&:focus {
|
|
text-decoration: none;
|
|
}
|
|
|
|
& {
|
|
color: $base-text;
|
|
}
|
|
|
|
& > strong {
|
|
color: $base-head;
|
|
font-weight: bold;
|
|
display: block;
|
|
}
|
|
|
|
& > span {
|
|
display: block;
|
|
}
|
|
}
|