Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 5f698a2

Browse files
committed
Merge pull request #834 from mmwtsn/rb-gallery
action (prove it) – gallery updates
2 parents b7bcbc0 + 9452ac2 commit 5f698a2

File tree

4 files changed

+187
-167
lines changed

4 files changed

+187
-167
lines changed

lib/themes/dosomething/paraneue_dosomething/scss/feature/_campaign.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
background-size: cover;
8282

8383
background-image: url(https://trello-attachments.s3.amazonaws.com/52de9089aa3032b85e9b0962/52e1724e23eeb26f4e9fc427/7bbfd71b19c829a2b0feb38073cdb205/campaign-hero.jpg) !important;
84-
// TODO - Remove this
84+
// @TODO - Remove this
8585

8686
@include media( $tablet ) {
8787
padding: 450px 0 100px;
@@ -257,6 +257,7 @@
257257
.step.prove {
258258
overflow: hidden;
259259
background-image: url(https://trello-attachments.s3.amazonaws.com/52efb2a8c56de7320e6ffc06/52e1724e23eeb26f4e9fc427/6e777d666be111dec7badaecb9bf18ac/polaroid-pattern.jpg);
260+
// @TODO Remove this
260261

261262
h2.title, div.copy {
262263
color: #fff;

lib/themes/dosomething/paraneue_dosomething/scss/feature/_port-to-neue.scss

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ header.header {
4141
background-size: 170px 30px;
4242
background-position: 50% 50%;
4343
background-image: url("https://trello-attachments.s3.amazonaws.com/52de9089aa3032b85e9b0962/52e1724e23eeb26f4e9fc427/10fb3a32f6c9eef369c955ca7f3ef74f/highlight.png");
44+
// @TODO - Remove this
4445

4546
@include transform( rotate(-2deg) );
4647
}
@@ -115,23 +116,38 @@ header.header {
115116
.next-button {
116117
position: relative;
117118
top: 33.3333%;
118-
height: 25px;
119-
width: 25px;
120-
color: $purple;
121-
font-size: 20px;
122-
line-height: 10px;
119+
height: 0;
120+
width: 0;
123121
border: 25px solid #fff;
124122
border-radius: 25px;
125123

126124
@include user-select;
125+
126+
.arrow {
127+
font-size: 40px;
128+
line-height: 10px;
129+
color: $purple;
130+
position: absolute;
131+
top: -18px;
132+
133+
@include icomoon-icon;
134+
}
127135
}
128136

129137
.prev-button {
130138
left: 0;
139+
140+
.arrow {
141+
left: -22px;
142+
}
131143
}
132144

133145
.next-button {
134146
right: 0;
147+
148+
.arrow {
149+
right: -24px;
150+
}
135151
}
136152

137153
.slide {

lib/themes/dosomething/paraneue_dosomething/templates/campaign/node--campaign--pitch.tpl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<?php print render($signup_button); ?>
1010

1111
<?php if (isset($scholarship)): ?>
12+
<?php //@TODO: Remove Trello-hosted placeholder ?>
1213
<img class="arrow" src="https://trello-attachments.s3.amazonaws.com/52de9089aa3032b85e9b0962/52e1724e23eeb26f4e9fc427/7e9e3ef8974d815230449b9829e98ac0/arrow.png" alt="Click the button!" />
1314
<p class="scholarship"><span class="highlight"><?php print $scholarship; ?></span></p>
1415
<?php endif; ?>

0 commit comments

Comments
 (0)