2019-10-30 20:14:42 +02:00
|
|
|
article.type-5ftf_pledge,
|
|
|
|
.my-pledges__pledge {
|
2019-10-25 23:34:46 +03:00
|
|
|
|
|
|
|
.entry-image__placeholder {
|
|
|
|
background: $color-gray-light-100;
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-image__logo {
|
|
|
|
padding: ms(-2);
|
|
|
|
background: $color-gray-light-100;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
max-height: 100px;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-28 19:38:49 +02:00
|
|
|
.entry-header a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2019-10-25 23:34:46 +03:00
|
|
|
.entry-title {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-content {
|
|
|
|
font-size: ms(-1);
|
|
|
|
color: $color__text-darker;
|
|
|
|
}
|
|
|
|
}
|