This repository was archived by the owner on Oct 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +187
-167
lines changed
lib/themes/dosomething/paraneue_dosomething Expand file tree Collapse file tree 4 files changed +187
-167
lines changed Original file line number Diff line number Diff line change 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 ;
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 ;
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 ; ?>
You can’t perform that action at this time.
0 commit comments