From a088d99edfd29fa8dfb430e5cb8effd96ed2b8d1 Mon Sep 17 00:00:00 2001 From: Rob Simpson Date: Mon, 15 Feb 2016 20:56:11 -0500 Subject: [PATCH] #3 - Ballot candidate page closes #3 --- src/js/routes/Ballot/Candidate.jsx | 27 +++++++++------------------ src/sass/utils/_app.scss | 4 ++++ 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/src/js/routes/Ballot/Candidate.jsx b/src/js/routes/Ballot/Candidate.jsx index a26f9fe38..1390c43f6 100644 --- a/src/js/routes/Ballot/Candidate.jsx +++ b/src/js/routes/Ballot/Candidate.jsx @@ -70,7 +70,7 @@ export default class Candidate extends Component { is_starred={candidate.is_starred} />
{ @@ -86,7 +86,7 @@ export default class Candidate extends Component { }
-
+

-
- {/* Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur posuere vulputate massa ut efficitur. - Duis a eros fringilla, dictum leo vitae, vulputate mi. Nunc vitae neque nec erat fermentum... (more)
- Courtesy of Ballotpedia.org */} -
+

Running for { candidate.office_display_name }

-
-
-
Running for { candidate.office_display_name }
-
-
-
+
{/* Post privately box */} {/* @@ -126,12 +117,12 @@ export default class Candidate extends Component { {/* One organization's Position on this Candidate */}
  • -
    - +
    +
    -
    +

    Organization Name
    {/* TODO icon-org-placeholder */} diff --git a/src/sass/utils/_app.scss b/src/sass/utils/_app.scss index c8edeaaa0..c052899ac 100644 --- a/src/sass/utils/_app.scss +++ b/src/sass/utils/_app.scss @@ -5,3 +5,7 @@ } } } + +.transparent, .transparent:hover { + color: transparent; +}