mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 02:15:45 +03:00
54 lines
801 B
SCSS
54 lines
801 B
SCSS
![]() |
article.type-5ftf_pledge {
|
||
|
/* Styles */
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.entry-title {
|
||
|
margin-top: 0;
|
||
|
font-size: ms(2);
|
||
|
font-weight: 400;
|
||
|
|
||
|
a {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.entry-content {
|
||
|
font-size: ms(-1);
|
||
|
color: $color__text-darker;
|
||
|
}
|
||
|
|
||
|
.pledge-contributors h3 {
|
||
|
margin-top: 0;
|
||
|
font-size: ms(-1);
|
||
|
color: $color__text-lighter;
|
||
|
}
|
||
|
|
||
|
.pledge-contributor__avatar {
|
||
|
display: inline-block;
|
||
|
background: $color-gray-light-700;
|
||
|
|
||
|
img {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|
||
|
}
|