mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 18:43:43 +03:00

- Add a single-pledge view so we can separate out the pending from published - Update layout and styles of my pledges list - Adds link and danger button styles
37 lines
542 B
SCSS
37 lines
542 B
SCSS
article.type-5ftf_pledge,
|
|
.my-pledges__pledge {
|
|
|
|
.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-header a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.entry-title {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.entry-content {
|
|
font-size: ms(-1);
|
|
color: $color__text-darker;
|
|
}
|
|
}
|